#DCD863

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

Shades of Goldenrod #DCD863

Tints of Goldenrod #DCD863

Color information

#DCD863 (or 0xDCD863) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 63. RGB value is (220,216,99). Sum of RGB (Red+Green+Blue) = 220+216+99=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD863 is #23279C. Grayscale: #CCCCCC. Windows color (decimal): -2303901 or 6543580. OLE color: 6543580.

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

Color convert

RGB22021699-
CMYK00.020.550.14
HSL58.02º63.35%62.55%-
HSV(B)58.02º55%86.27%-
XYZ56.3265.2321.43-
YUV203.8668.83139.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 99 (39.06% from 255) = 18.50%
R=41.12%
G=40.37%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202169900.020.550.1458.0263.3562.55
HexDCD8630237E3a3f3f
Octal334330143026716727777
Binary110111001101100011000110101101111110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD863; }

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

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

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

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

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

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

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

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