#C07E0E

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

Shades of Dark Goldenrod #C07E0E

Tints of Dark Goldenrod #C07E0E

Color information

#C07E0E (or 0xC07E0E) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 7E and 0E. RGB value is (192,126,14). Sum of RGB (Red+Green+Blue) = 192+126+14=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E0E is #3F81F1. Grayscale: #858585. Windows color (decimal): -4162034 or 949952. OLE color: 949952.

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

Color convert

RGB19212614-
CMYK00.340.930.25
HSL37.75º86.41%40.39%-
HSV(B)37.75º92.71%75.29%-
XYZ29.2826.163.92-
YUV132.9760.87170.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.83%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 14 (5.86% from 255) = 4.22%
R=57.83%
G=37.95%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921261400.340.930.2537.7586.4140.39
HexC07EE0225D19265628
Octal30017616042135314612650
Binary110000001111110111001000101011101110011001101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07E0E; }

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

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

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

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

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

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

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

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