Html Css Color HEX #DCD87C Goldenrod

📋 copy color: '#DCD87C'

red 220 ◦ green 216 ◦ blue 124

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

Shades of Goldenrod #DCD87C

Tints of Goldenrod #DCD87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.14%

R = 39.29%
G = 38.57%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCD87C (or 0xDCD87C) is known color: Goldenrod. HEX triplet: DC, D8 and 7C. RGB value is (220,216,124). Sum of RGB (Red+Green+Blue) = 220+216+124=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD87C is #232783. Grayscale: #CFCFCF. Windows color (decimal): -2303876 or 8181980. OLE color: 8181980.

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

Color convert

RGB 220 216 124 -
CMYK 0 0.02 0.44 0.14
HSL 57.5º 0.58% 0.67% -
HSV(B) 57.5º 0.44% 0.86% -
XYZ 57.71 65.78 28.72 -
YUV 206.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 220 216 124 0 0.02 0.44 0.14 57.5 0.58 0.67
Hex DC D8 7C 0 2 2C E 3A 3A 43
Octal 334 330 174 0 2 54 16 72 72 103
Binary 11011100 11011000 1111100 0 10 101100 1110 111010 111010 1000011

Color Harmonies of #DCD87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD87C

Black with #DCD87C

Text Example


Text Example

White with #DCD87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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