Html Css Color HEX #DCD86C Goldenrod

📋 copy color: '#DCD86C'

red 220 ◦ green 216 ◦ blue 108

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

Shades of Goldenrod #DCD86C

Tints of Goldenrod #DCD86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.85%

R = 40.44%
G = 39.71%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD86C (or 0xDCD86C) is known color: Goldenrod. HEX triplet: DC, D8 and 6C. RGB value is (220,216,108). Sum of RGB (Red+Green+Blue) = 220+216+108=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD86C is #232793. Grayscale: #CDCDCD. Windows color (decimal): -2303892 or 7133404. OLE color: 7133404.

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

Color convert

RGB 220 216 108 -
CMYK 0 0.02 0.51 0.14
HSL 57.86º 0.62% 0.64% -
HSV(B) 57.86º 0.51% 0.86% -
XYZ 56.78 65.41 23.82 -
YUV 204.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 220 216 108 0 0.02 0.51 0.14 57.86 0.62 0.64
Hex DC D8 6C 0 2 33 E 3A 3E 40
Octal 334 330 154 0 2 63 16 72 76 100
Binary 11011100 11011000 1101100 0 10 110011 1110 111010 111110 1000000

Color Harmonies of #DCD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD86C

Black with #DCD86C

Text Example


Text Example

White with #DCD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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