Html Css Color HEX #DCD876 Goldenrod

📋 copy color: '#DCD876'

red 220 ◦ green 216 ◦ blue 118

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

Shades of Goldenrod #DCD876

Tints of Goldenrod #DCD876

RGB

 RED value IS 220 (86.33% from 255) = 39.71%

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

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

R = 39.71%
G = 38.99%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD876 (or 0xDCD876) is known color: Goldenrod. HEX triplet: DC, D8 and 76. RGB value is (220,216,118). Sum of RGB (Red+Green+Blue) = 220+216+118=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD876 is #232789. Grayscale: #CECECE. Windows color (decimal): -2303882 or 7788764. OLE color: 7788764.

HSL color Cylindrical-coordinate representation of color #DCD876: hue angle of 57.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCD876 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 216 118 -
CMYK 0 0.02 0.46 0.14
HSL 57.65º 0.59% 0.66% -
HSV(B) 57.65º 0.46% 0.86% -
XYZ 57.34 65.64 26.79 -
YUV 206.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 220 216 118 0 0.02 0.46 0.14 57.65 0.59 0.66
Hex DC D8 76 0 2 2E E 3A 3B 42
Octal 334 330 166 0 2 56 16 72 73 102
Binary 11011100 11011000 1110110 0 10 101110 1110 111010 111011 1000010

Color Harmonies of #DCD876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD876

Black with #DCD876

Text Example


Text Example

White with #DCD876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD876; }

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

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

background-color css

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

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

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

border-color css

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

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

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