Html Css Color HEX #DDD972 Goldenrod

📋 copy color: '#DDD972'

red 221 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #DDD972

Tints of Goldenrod #DDD972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 114 (44.92% from 255) = 20.65%

R = 40.04%
G = 39.31%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD972 (or 0xDDD972) is known color: Goldenrod. HEX triplet: DD, D9 and 72. RGB value is (221,217,114). Sum of RGB (Red+Green+Blue) = 221+217+114=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD972 is #22268D. Grayscale: #CECECE. Windows color (decimal): -2238094 or 7526877. OLE color: 7526877.

HSL color Cylindrical-coordinate representation of color #DDD972: hue angle of 57.76º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD972 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 114 -
CMYK 0 0.02 0.48 0.13
HSL 57.76º 0.61% 0.66% -
HSV(B) 57.76º 0.48% 0.87% -
XYZ 57.67 66.21 25.66 -
YUV 206.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 221 217 114 0 0.02 0.48 0.13 57.76 0.61 0.66
Hex DD D9 72 0 2 30 D 3A 3D 42
Octal 335 331 162 0 2 60 15 72 75 102
Binary 11011101 11011001 1110010 0 10 110000 1101 111010 111101 1000010

Color Harmonies of #DDD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD972

Black with #DDD972

Text Example


Text Example

White with #DDD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD972; }

 p { color: rgb(221,217,114); }

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

background-color css

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

 a { background-color: rgb(221,217,114); }

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

border-color css

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

 span { border-color: rgb(221,217,114); }

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