Html Css Color HEX #DCD464 Goldenrod

📋 copy color: '#DCD464'

red 220 ◦ green 212 ◦ blue 100

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

Shades of Goldenrod #DCD464

Tints of Goldenrod #DCD464

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 41.35%
G = 39.85%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD464 (or 0xDCD464) is known color: Goldenrod. HEX triplet: DC, D4 and 64. RGB value is (220,212,100). Sum of RGB (Red+Green+Blue) = 220+212+100=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD464 is #232B9B. Grayscale: #CACACA. Windows color (decimal): -2304924 or 6608092. OLE color: 6608092.

HSL color Cylindrical-coordinate representation of color #DCD464: hue angle of 56º 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 #DCD464 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 100 -
CMYK 0 0.04 0.55 0.14
HSL 56º 0.63% 0.63% -
HSV(B) 56º 0.55% 0.86% -
XYZ 55.36 63.22 21.34 -
YUV 201.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 220 212 100 0 0.04 0.55 0.14 56 0.63 0.63
Hex DC D4 64 0 4 37 E 38 3F 3F
Octal 334 324 144 0 4 67 16 70 77 77
Binary 11011100 11010100 1100100 0 100 110111 1110 111000 111111 111111

Color Harmonies of #DCD464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD464

Black with #DCD464

Text Example


Text Example

White with #DCD464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD464; }

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

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

background-color css

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

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

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

border-color css

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

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

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