#CD8604

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

Shades of Dark Goldenrod #CD8604

Tints of Dark Goldenrod #CD8604

Color information

#CD8604 (or 0xCD8604) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 86 and 04. RGB value is (205,134,4). Sum of RGB (Red+Green+Blue) = 205+134+4=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8604 is #3279FB. Grayscale: #8D8D8D. Windows color (decimal): -3308028 or 296653. OLE color: 296653.

HSL color Cylindrical-coordinate representation of color #CD8604: hue angle of 38.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD8604 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2051344-
CMYK00.350.980.20
HSL38.81º96.17%40.98%-
HSV(B)38.81º98.05%80.39%-
XYZ33.7230.044.14-
YUV140.4151.02174.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.77%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=59.77%
G=39.07%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205134400.350.980.2038.8196.1740.98
HexCD8640236214276029
Octal3152064043142244714051
Binary110011011000011010001000111100010101001001111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8604; }

 p { color: rgb(205,134,4); }

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

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

 a { background-color: rgb(205,134,4); }

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

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

 span { border-color: rgb(205,134,4); }

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