Html Css Color HEX #DDDC66 Goldenrod

📋 copy color: '#DDDC66'

red 221 ◦ green 220 ◦ blue 102

#DDDC66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DDDC66

Tints of Goldenrod #DDDC66

RGB

 RED value IS 221 (86.72% from 255) = 40.7%

 GREEN value IS 220 (86.33% from 255) = 40.52%

 BLUE value IS 102 (40.23% from 255) = 18.78%

R = 40.7%
G = 40.52%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDDC66 (or 0xDDDC66) is known color: Goldenrod. HEX triplet: DD, DC and 66. RGB value is (221,220,102). Sum of RGB (Red+Green+Blue) = 221+220+102=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC66 is #222399. Grayscale: #CFCFCF. Windows color (decimal): -2237338 or 6741213. OLE color: 6741213.

HSL color Cylindrical-coordinate representation of color #DDDC66: hue angle of 59.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDDC66 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 102 -
CMYK 0 0.00 0.54 0.13
HSL 59.5º 0.64% 0.63% -
HSV(B) 59.5º 0.54% 0.87% -
XYZ 57.81 67.52 22.56 -
YUV 206.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 221 220 102 0 0.00 0.54 0.13 59.5 0.64 0.63
Hex DD DC 66 0 0 36 D 3B 40 3F
Octal 335 334 146 0 0 66 15 73 100 77
Binary 11011101 11011100 1100110 0 0 110110 1101 111011 1000000 111111

Color Harmonies of #DDDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC66

Black with #DDDC66

Text Example


Text Example

White with #DDDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC66; }

 p { color: rgb(221,220,102); }

 H1.HeaderClassName
 {
   color: #DDDC66;
 }
 .AnyTagClassName
 {
   color: #DDDC66;
 }
</style>

background-color css

<style>
 a { background-color: #DDDC66; }

 a { background-color: rgb(221,220,102); }

 div.DivClassName
 {
   background-color: #DDDC66;
 }
 .BgClassName
 {
   background-color: #DDDC66;
 }
</style>

border-color css

<style>
 span { border-color: #DDDC66; }

 span { border-color: rgb(221,220,102); }

 td.TdClassName
 {
   border-color: #DDDC66;
 }
 .TagClassName
 {
   border-color: #DDDC66;
 }
</style>