#C07505

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

Shades of Dark Goldenrod #C07505

Tints of Dark Goldenrod #C07505

Color information

#C07505 (or 0xC07505) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 75 and 05. RGB value is (192,117,5). Sum of RGB (Red+Green+Blue) = 192+117+5=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07505 is #3F8AFA. Grayscale: #7F7F7F. Windows color (decimal): -4164347 or 357824. OLE color: 357824.

HSL color Cylindrical-coordinate representation of color #C07505: hue angle of 35.94º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C07505 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1921175-
CMYK00.390.970.25
HSL35.94º94.92%38.63%-
HSV(B)35.94º97.4%75.29%-
XYZ28.1323.943.28-
YUV126.6659.35174.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 5 (2.34% from 255) = 1.59%
R=61.15%
G=37.26%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192117500.390.970.2535.9494.9238.63
HexC07550276119245f27
Octal3001655047141314413747
Binary11000000111010110101001111100001110011001001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07505; }

 p { color: rgb(192,117,5); }

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

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

 a { background-color: rgb(192,117,5); }

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

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

 span { border-color: rgb(192,117,5); }

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