Html Css Color HEX #DCD864 Goldenrod

📋 copy color: '#DCD864'

red 220 ◦ green 216 ◦ blue 100

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

Shades of Goldenrod #DCD864

Tints of Goldenrod #DCD864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.66%

R = 41.04%
G = 40.3%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD864 (or 0xDCD864) is known color: Goldenrod. HEX triplet: DC, D8 and 64. RGB value is (220,216,100). Sum of RGB (Red+Green+Blue) = 220+216+100=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD864 is #23279B. Grayscale: #CCCCCC. Windows color (decimal): -2303900 or 6609116. OLE color: 6609116.

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

Color convert

RGB 220 216 100 -
CMYK 0 0.02 0.55 0.14
HSL 58º 0.63% 0.63% -
HSV(B) 58º 0.55% 0.86% -
XYZ 56.37 65.25 21.68 -
YUV 203.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 220 216 100 0 0.02 0.55 0.14 58 0.63 0.63
Hex DC D8 64 0 2 37 E 3A 3F 3F
Octal 334 330 144 0 2 67 16 72 77 77
Binary 11011100 11011000 1100100 0 10 110111 1110 111010 111111 111111

Color Harmonies of #DCD864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD864

Black with #DCD864

Text Example


Text Example

White with #DCD864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD864; }

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

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

background-color css

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

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

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

border-color css

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

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

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