#C07C13

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

Shades of Dark Goldenrod #C07C13

Tints of Dark Goldenrod #C07C13

Color information

#C07C13 (or 0xC07C13) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 7C and 13. RGB value is (192,124,19). Sum of RGB (Red+Green+Blue) = 192+124+19=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C13 is #3F83EC. Grayscale: #848484. Windows color (decimal): -4162541 or 1277120. OLE color: 1277120.

HSL color Cylindrical-coordinate representation of color #C07C13: hue angle of 36.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07C13 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19212419-
CMYK00.350.900.25
HSL36.42º81.99%41.37%-
HSV(B)36.42º90.1%75.29%-
XYZ29.0625.674.04-
YUV132.3664.03170.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.31%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 19 (7.81% from 255) = 5.67%
R=57.31%
G=37.01%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921241900.350.900.2536.4281.9941.37
HexC07C130235A19245229
Octal30017423043132314412251
Binary1100000011111001001101000111011010110011001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C13; }

 p { color: rgb(192,124,19); }

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

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

 a { background-color: rgb(192,124,19); }

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

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

 span { border-color: rgb(192,124,19); }

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