Html Css Color HEX #DCD76E Goldenrod

📋 copy color: '#DCD76E'

red 220 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #DCD76E

Tints of Goldenrod #DCD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.45%

 BLUE value IS 110 (43.36% from 255) = 20.18%

R = 40.37%
G = 39.45%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCD76E (or 0xDCD76E) is known color: Goldenrod. HEX triplet: DC, D7 and 6E. RGB value is (220,215,110). Sum of RGB (Red+Green+Blue) = 220+215+110=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD76E is #232891. Grayscale: #CCCCCC. Windows color (decimal): -2304146 or 7264220. OLE color: 7264220.

HSL color Cylindrical-coordinate representation of color #DCD76E: hue angle of 57.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD76E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 110 -
CMYK 0 0.02 0.50 0.14
HSL 57.27º 0.61% 0.65% -
HSV(B) 57.27º 0.5% 0.86% -
XYZ 56.63 64.94 24.3 -
YUV 204.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 220 215 110 0 0.02 0.50 0.14 57.27 0.61 0.65
Hex DC D7 6E 0 2 32 E 39 3D 41
Octal 334 327 156 0 2 62 16 71 75 101
Binary 11011100 11010111 1101110 0 10 110010 1110 111001 111101 1000001

Color Harmonies of #DCD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD76E

Black with #DCD76E

Text Example


Text Example

White with #DCD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD76E; }

 p { color: rgb(220,215,110); }

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

background-color css

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

 a { background-color: rgb(220,215,110); }

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

border-color css

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

 span { border-color: rgb(220,215,110); }

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