Html Css Color HEX #DDD872 Goldenrod

📋 copy color: '#DDD872'

red 221 ◦ green 216 ◦ blue 114

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

Shades of Goldenrod #DDD872

Tints of Goldenrod #DDD872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

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

R = 40.11%
G = 39.2%
B = 20.69%

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

#DDD872 (or 0xDDD872) is known color: Goldenrod. HEX triplet: DD, D8 and 72. RGB value is (221,216,114). Sum of RGB (Red+Green+Blue) = 221+216+114=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD872 is #22278D. Grayscale: #CECECE. Windows color (decimal): -2238350 or 7526621. OLE color: 7526621.

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

Color convert

RGB 221 216 114 -
CMYK 0 0.02 0.48 0.13
HSL 57.2º 0.61% 0.66% -
HSV(B) 57.2º 0.48% 0.87% -
XYZ 57.41 65.7 25.57 -
YUV 205.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 221 216 114 0 0.02 0.48 0.13 57.2 0.61 0.66
Hex DD D8 72 0 2 30 D 39 3D 42
Octal 335 330 162 0 2 60 15 71 75 102
Binary 11011101 11011000 1110010 0 10 110000 1101 111001 111101 1000010

Color Harmonies of #DDD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD872

Black with #DDD872

Text Example


Text Example

White with #DDD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD872; }

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

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

background-color css

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

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

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

border-color css

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

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

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