#DCD463

Color #DCD463 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DCD463

Tints of Goldenrod #DCD463

Color information

#DCD463 (or 0xDCD463) is unknown color: approx Goldenrod. HEX triplet: DC, D4 and 63. RGB value is (220,212,99). Sum of RGB (Red+Green+Blue) = 220+212+99=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD463 is #232B9C. Grayscale: #C9C9C9. Windows color (decimal): -2304925 or 6542556. OLE color: 6542556.

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

Color convert

RGB22021299-
CMYK00.040.550.14
HSL56.03º63.35%62.55%-
HSV(B)56.03º55%86.27%-
XYZ55.3163.221.09-
YUV201.5170.15141.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 99 (39.06% from 255) = 18.64%
R=41.43%
G=39.92%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202129900.040.550.1456.0363.3562.55
HexDCD4630437E383f3f
Octal334324143046716707777
Binary1101110011010100110001101001101111110111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD463; }

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

 H1.HeaderClassName
 {
   color: #DCD463;
 }
 .AnyTagClassName
 {
   color: #DCD463;
 }
</style>
background-color css

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

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

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

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

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

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