Html Css Color HEX #DCD87E Goldenrod

📋 copy color: '#DCD87E'

red 220 ◦ green 216 ◦ blue 126

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

Shades of Goldenrod #DCD87E

Tints of Goldenrod #DCD87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.42%

R = 39.15%
G = 38.43%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCD87E (or 0xDCD87E) is known color: Goldenrod. HEX triplet: DC, D8 and 7E. RGB value is (220,216,126). Sum of RGB (Red+Green+Blue) = 220+216+126=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD87E is #232781. Grayscale: #CFCFCF. Windows color (decimal): -2303874 or 8313052. OLE color: 8313052.

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

Color convert

RGB 220 216 126 -
CMYK 0 0.02 0.43 0.14
HSL 57.45º 0.57% 0.68% -
HSV(B) 57.45º 0.43% 0.86% -
XYZ 57.84 65.83 29.4 -
YUV 206.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 220 216 126 0 0.02 0.43 0.14 57.45 0.57 0.68
Hex DC D8 7E 0 2 2B E 39 39 44
Octal 334 330 176 0 2 53 16 71 71 104
Binary 11011100 11011000 1111110 0 10 101011 1110 111001 111001 1000100

Color Harmonies of #DCD87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD87E

Black with #DCD87E

Text Example


Text Example

White with #DCD87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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