#C07F12

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

Shades of Dark Goldenrod #C07F12

Tints of Dark Goldenrod #C07F12

Color information

#C07F12 (or 0xC07F12) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 7F and 12. RGB value is (192,127,18). Sum of RGB (Red+Green+Blue) = 192+127+18=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F12 is #3F80ED. Grayscale: #868686. Windows color (decimal): -4161774 or 1212352. OLE color: 1212352.

HSL color Cylindrical-coordinate representation of color #C07F12: hue angle of 37.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07F12 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19212718-
CMYK00.340.910.25
HSL37.59º82.86%41.18%-
HSV(B)37.59º90.62%75.29%-
XYZ29.4426.434.12-
YUV134.0162.53169.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=56.97%
G=37.69%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921271800.340.910.2537.5982.8641.18
HexC07F120225B19265329
Octal30017722042133314612351
Binary1100000011111111001001000101011011110011001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F12; }

 p { color: rgb(192,127,18); }

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

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

 a { background-color: rgb(192,127,18); }

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

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

 span { border-color: rgb(192,127,18); }

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