Html Css Color HEX #DCD676 Goldenrod

📋 copy color: '#DCD676'

red 220 ◦ green 214 ◦ blue 118

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

Shades of Goldenrod #DCD676

Tints of Goldenrod #DCD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.77%

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

R = 39.86%
G = 38.77%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD676 (or 0xDCD676) is known color: Goldenrod. HEX triplet: DC, D6 and 76. RGB value is (220,214,118). Sum of RGB (Red+Green+Blue) = 220+214+118=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD676 is #232989. Grayscale: #CDCDCD. Windows color (decimal): -2304394 or 7788252. OLE color: 7788252.

HSL color Cylindrical-coordinate representation of color #DCD676: hue angle of 56.47º 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 #DCD676 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 118 -
CMYK 0 0.03 0.46 0.14
HSL 56.47º 0.59% 0.66% -
HSV(B) 56.47º 0.46% 0.86% -
XYZ 56.83 64.62 26.62 -
YUV 204.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 220 214 118 0 0.03 0.46 0.14 56.47 0.59 0.66
Hex DC D6 76 0 3 2E E 38 3B 42
Octal 334 326 166 0 3 56 16 70 73 102
Binary 11011100 11010110 1110110 0 11 101110 1110 111000 111011 1000010

Color Harmonies of #DCD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD676

Black with #DCD676

Text Example


Text Example

White with #DCD676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD676; }

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

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

background-color css

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

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

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

border-color css

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

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

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