#C0800B

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

Shades of Dark Goldenrod #C0800B

Tints of Dark Goldenrod #C0800B

Color information

#C0800B (or 0xC0800B) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 80 and 0B. RGB value is (192,128,11). Sum of RGB (Red+Green+Blue) = 192+128+11=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0800B is #3F7FF4. Grayscale: #868686. Windows color (decimal): -4161525 or 753856. OLE color: 753856.

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

Color convert

RGB19212811-
CMYK00.330.940.25
HSL38.78º89.16%39.8%-
HSV(B)38.78º94.27%75.29%-
XYZ29.5226.673.91-
YUV133.858.7169.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 11 (4.69% from 255) = 3.32%
R=58.01%
G=38.67%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921281100.330.940.2538.7889.1639.8
HexC080B0215E19275928
Octal30020013041136314713150
Binary1100000010000000101101000011011110110011001111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0800B; }

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

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

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

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

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

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

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

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