#CD8504

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

Shades of Dark Goldenrod #CD8504

Tints of Dark Goldenrod #CD8504

Color information

#CD8504 (or 0xCD8504) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 85 and 04. RGB value is (205,133,4). Sum of RGB (Red+Green+Blue) = 205+133+4=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8504 is #327AFB. Grayscale: #8C8C8C. Windows color (decimal): -3308284 or 296397. OLE color: 296397.

HSL color Cylindrical-coordinate representation of color #CD8504: hue angle of 38.51º 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 #CD8504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB2051334-
CMYK00.350.980.20
HSL38.51º96.17%40.98%-
HSV(B)38.51º98.05%80.39%-
XYZ33.5929.764.09-
YUV139.8251.35174.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.94%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=59.94%
G=38.89%
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
Decimal205133400.350.980.2038.5196.1740.98
HexCD8540236214276029
Octal3152054043142244714051
Binary110011011000010110001000111100010101001001111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8504; }

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

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

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

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

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

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

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

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