#C0800E

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

Shades of Dark Goldenrod #C0800E

Tints of Dark Goldenrod #C0800E

Color information

#C0800E (or 0xC0800E) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 80 and 0E. RGB value is (192,128,14). Sum of RGB (Red+Green+Blue) = 192+128+14=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0800E is #3F7FF1. Grayscale: #868686. Windows color (decimal): -4161522 or 950464. OLE color: 950464.

HSL color Cylindrical-coordinate representation of color #C0800E: hue angle of 38.43º 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 #C0800E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19212814-
CMYK00.330.930.25
HSL38.43º86.41%40.39%-
HSV(B)38.43º92.71%75.29%-
XYZ29.5426.684.01-
YUV134.1460.2169.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.49%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 14 (5.86% from 255) = 4.19%
R=57.49%
G=38.32%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921281400.330.930.2538.4386.4140.39
HexC080E0215D19265628
Octal30020016041135314612650
Binary1100000010000000111001000011011101110011001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0800E; }

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

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

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

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

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

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

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

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