Html Css Color HEX #DDD566 Goldenrod

📋 copy color: '#DDD566'

red 221 ◦ green 213 ◦ blue 102

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

Shades of Goldenrod #DDD566

Tints of Goldenrod #DDD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

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

R = 41.23%
G = 39.74%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDD566 (or 0xDDD566) is known color: Goldenrod. HEX triplet: DD, D5 and 66. RGB value is (221,213,102). Sum of RGB (Red+Green+Blue) = 221+213+102=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD566 is #222A99. Grayscale: #CBCBCB. Windows color (decimal): -2239130 or 6739421. OLE color: 6739421.

HSL color Cylindrical-coordinate representation of color #DDD566: hue angle of 55.97º 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 #DDD566 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 102 -
CMYK 0 0.04 0.54 0.13
HSL 55.97º 0.64% 0.63% -
HSV(B) 55.97º 0.54% 0.87% -
XYZ 56.01 63.92 21.96 -
YUV 202.74 71.15 141.03 -
System Red Green Blue C M Y K H S L
Decimal 221 213 102 0 0.04 0.54 0.13 55.97 0.64 0.63
Hex DD D5 66 0 4 36 D 38 40 3F
Octal 335 325 146 0 4 66 15 70 100 77
Binary 11011101 11010101 1100110 0 100 110110 1101 111000 1000000 111111

Color Harmonies of #DDD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD566

Black with #DDD566

Text Example


Text Example

White with #DDD566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD566; }

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

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

background-color css

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

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

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

border-color css

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

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

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