#DCD867

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

Shades of Goldenrod #DCD867

Tints of Goldenrod #DCD867

Color information

#DCD867 (or 0xDCD867) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 67. RGB value is (220,216,103). Sum of RGB (Red+Green+Blue) = 220+216+103=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD867 is #232798. Grayscale: #CCCCCC. Windows color (decimal): -2303897 or 6805724. OLE color: 6805724.

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

Color convert

RGB220216103-
CMYK00.020.530.14
HSL57.95º62.57%63.33%-
HSV(B)57.95º53.18%86.27%-
XYZ56.5265.3122.46-
YUV204.3170.83139.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 103 (40.62% from 255) = 19.11%
R=40.82%
G=40.07%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021610300.020.530.1457.9562.5763.33
HexDCD8670235E3a3f3f
Octal334330147026516727777
Binary110111001101100011001110101101011110111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD867; }

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

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

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

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

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

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

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

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