#C0830E

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

Shades of Dark Goldenrod #C0830E

Tints of Dark Goldenrod #C0830E

Color information

#C0830E (or 0xC0830E) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 83 and 0E. RGB value is (192,131,14). Sum of RGB (Red+Green+Blue) = 192+131+14=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0830E is #3F7CF1. Grayscale: #888888. Windows color (decimal): -4160754 or 951232. OLE color: 951232.

HSL color Cylindrical-coordinate representation of color #C0830E: hue angle of 39.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0830E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19213114-
CMYK00.320.930.25
HSL39.44º86.41%40.39%-
HSV(B)39.44º92.71%75.29%-
XYZ29.9327.474.14-
YUV135.959.21168.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 131 (51.56% from 255) = 38.87%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=56.97%
G=38.87%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921311400.320.930.2539.4486.4140.39
HexC083E0205D19275628
Octal30020316040135314712650
Binary1100000010000011111001000001011101110011001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0830E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0830E; }

 p { color: rgb(192,131,14); }

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

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

 a { background-color: rgb(192,131,14); }

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

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

 span { border-color: rgb(192,131,14); }

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