#DCD165

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

Shades of Goldenrod #DCD165

Tints of Goldenrod #DCD165

Color information

#DCD165 (or 0xDCD165) is unknown color: approx Goldenrod. HEX triplet: DC, D1 and 65. RGB value is (220,209,101). Sum of RGB (Red+Green+Blue) = 220+209+101=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD165 is #232E9A. Grayscale: #C8C8C8. Windows color (decimal): -2305691 or 6672860. OLE color: 6672860.

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

Color convert

RGB220209101-
CMYK00.050.540.14
HSL54.45º62.96%62.94%-
HSV(B)54.45º54.09%86.27%-
XYZ54.6661.7621.35-
YUV199.9872.14142.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 101 (39.84% from 255) = 19.06%
R=41.51%
G=39.43%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020910100.050.540.1454.4562.9662.94
HexDCD1650536E363f3f
Octal334321145056616667777
Binary1101110011010001110010101011101101110110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD165; }

 p { color: rgb(220,209,101); }

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

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

 a { background-color: rgb(220,209,101); }

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

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

 span { border-color: rgb(220,209,101); }

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