Html Css Color HEX #DDD876 Goldenrod

📋 copy color: '#DDD876'

red 221 ◦ green 216 ◦ blue 118

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

Shades of Goldenrod #DDD876

Tints of Goldenrod #DDD876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.26%

R = 39.82%
G = 38.92%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD876 (or 0xDDD876) is known color: Goldenrod. HEX triplet: DD, D8 and 76. RGB value is (221,216,118). Sum of RGB (Red+Green+Blue) = 221+216+118=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD876 is #222789. Grayscale: #CECECE. Windows color (decimal): -2238346 or 7788765. OLE color: 7788765.

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

Color convert

RGB 221 216 118 -
CMYK 0 0.02 0.47 0.13
HSL 57.09º 0.6% 0.66% -
HSV(B) 57.09º 0.47% 0.87% -
XYZ 57.64 65.79 26.8 -
YUV 206.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 221 216 118 0 0.02 0.47 0.13 57.09 0.6 0.66
Hex DD D8 76 0 2 2F D 39 3C 42
Octal 335 330 166 0 2 57 15 71 74 102
Binary 11011101 11011000 1110110 0 10 101111 1101 111001 111100 1000010

Color Harmonies of #DDD876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD876

Black with #DDD876

Text Example


Text Example

White with #DDD876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD876; }

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

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

background-color css

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

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

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

border-color css

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

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

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