#cd8610

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

Shades of Dark Goldenrod #CD8610

Tints of Dark Goldenrod #CD8610

Color information

#CD8610 (or 0xCD8610) is unknown color: approx Dark Goldenrod. HEX triplet: CD, 86 and 10. RGB value is (205,134,16). Sum of RGB (Red+Green+Blue) = 205+134+16=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8610 is #3279EF. Grayscale: #8E8E8E. Windows color (decimal): -3308016 or 1083085. OLE color: 1083085.

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

Color convert

RGB20513416-
CMYK00.350.920.20
HSL37.46º85.52%43.33%-
HSV(B)37.46º92.2%80.39%-
XYZ33.830.074.51-
YUV141.7857.02173.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.75%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 16 (6.64% from 255) = 4.51%
R=57.75%
G=37.75%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051341600.350.920.2037.4685.5243.33
HexCD86100235C1425562b
Octal31520620043134244512653
Binary11001101100001101000001000111011100101001001011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8610; }

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

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

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

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

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

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

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

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

cancel