Color Hex Logo

#ddda75 Color Hex

#DDDA75
(221,218,117)
0 Favorites   0 Comments

Color spaces of #ddda75

RGB 221218117
HSL0.160.600.66
HSV58°47°87°
CMYK 0.000.010.47   0.13
XYZ58.101166.799326.6609
Yxy66.79930.38340.4407
Hunter Lab81.7308-16.136337.8710
CIE-Lab85.4025-12.735149.7095

#ddda75 color RGB value is (221,218,117).

#ddda75 hex color red value is 221, green value is 218 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ddda75 hue: 0.16 , saturation: 0.60 and the lightness value of ddda75 is 0.66.

The process color (four color CMYK) of #ddda75 color hex is 0.00, 0.01, 0.47, 0.13. Web safe color of #ddda75 is #cccc66. Color #ddda75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 01110101
Octal 335 332 165
Decimal 221 218 117
Hex DD DA 75

RGB Percentages of Color #ddda75

%39.75
%39.21
%21.04

CMYK Percentages of Color #ddda75

%0
%1
%47
%13

Triadic Colors of #ddda75

#ddda75 #75ddda #da75dd

Analogous Colors of #ddda75

#ddda75 #acdd75 #dda675

Monochromatic Colors of #ddda75

#ddda75

Complementary Color

#ddda75 #7578dd

#ddda75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda75 Color CSS Codes

.mybgcolor {background-color:#ddda75; } 
.myforecolor {color:#ddda75; }
.mybordercolor {border:3px solid #ddda75; }

#ddda75 Text Font Color

<p style="color:#ddda75">Text here</p>

This sample text font color is #ddda75
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddda75 Background Color

<div style="background-color:#ddda75">
Div content here</div>

This div background color is #ddda75


#ddda75 Border Color

<div style="border:3px solid #ddda75">
Div here</div>

This div border color is #ddda75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,218,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddda75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddda75;
  -webkit-box-shadow: 1px 1px 3px 2px #ddda75;
  box-shadow:         1px 1px 3px 2px #ddda75; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,218,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddda75">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddda75;
  -webkit-box-shadow: 1px 1px 3px 2px #ddda75;
  box-shadow:         1px 1px 3px 2px #ddda75;">
Div content here</div>

This div box has shadow with color #ddda75


Comments

No comments written yet.

Please login to write comment.