#C08616

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

Shades of Dark Goldenrod #C08616

Tints of Dark Goldenrod #C08616

Color information

#C08616 (or 0xC08616) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 86 and 16. RGB value is (192,134,22). Sum of RGB (Red+Green+Blue) = 192+134+22=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C08616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08616 is #3F79E9. Grayscale: #8B8B8B. Windows color (decimal): -4159978 or 1476288. OLE color: 1476288.

HSL color Cylindrical-coordinate representation of color #C08616: hue angle of 39.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C08616 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19213422-
CMYK00.300.890.25
HSL39.53º79.44%41.96%-
HSV(B)39.53º88.54%75.29%-
XYZ30.4128.314.62-
YUV138.5762.22166.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 22 (8.98% from 255) = 6.32%
R=55.17%
G=38.51%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921342200.300.890.2539.5379.4441.96
HexC0861601E5919284f2a
Octal30020626036131315011752
Binary1100000010000110101100111101011001110011010001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08616; }

 p { color: rgb(192,134,22); }

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

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

 a { background-color: rgb(192,134,22); }

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

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

 span { border-color: rgb(192,134,22); }

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