Html Css Color HEX #DDD879 Goldenrod

📋 copy color: '#DDD879'

red 221 ◦ green 216 ◦ blue 121

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

Shades of Goldenrod #DDD879

Tints of Goldenrod #DDD879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.68%

R = 39.61%
G = 38.71%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDD879 (or 0xDDD879) is known color: Goldenrod. HEX triplet: DD, D8 and 79. RGB value is (221,216,121). Sum of RGB (Red+Green+Blue) = 221+216+121=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD879 is #222786. Grayscale: #CFCFCF. Windows color (decimal): -2238343 or 7985373. OLE color: 7985373.

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

Color convert

RGB 221 216 121 -
CMYK 0 0.02 0.45 0.13
HSL 57º 0.6% 0.67% -
HSV(B) 57º 0.45% 0.87% -
XYZ 57.83 65.86 27.75 -
YUV 206.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 221 216 121 0 0.02 0.45 0.13 57 0.6 0.67
Hex DD D8 79 0 2 2D D 39 3C 43
Octal 335 330 171 0 2 55 15 71 74 103
Binary 11011101 11011000 1111001 0 10 101101 1101 111001 111100 1000011

Color Harmonies of #DDD879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD879

Black with #DDD879

Text Example


Text Example

White with #DDD879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD879; }

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

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

background-color css

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

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

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

border-color css

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

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

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