#C07603

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

Shades of Dark Goldenrod #C07603

Tints of Dark Goldenrod #C07603

Color information

#C07603 (or 0xC07603) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 76 and 03. RGB value is (192,118,3). Sum of RGB (Red+Green+Blue) = 192+118+3=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C07603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07603 is #3F89FC. Grayscale: #7F7F7F. Windows color (decimal): -4164093 or 227008. OLE color: 227008.

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

Color convert

RGB1921183-
CMYK00.390.980.25
HSL36.51º96.92%38.24%-
HSV(B)36.51º98.44%75.29%-
XYZ28.2324.173.26-
YUV127.0258.02174.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=61.34%
G=37.70%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192118300.390.980.2536.5196.9238.24
HexC07630276219256126
Octal3001663047142314514146
Binary1100000011101101101001111100010110011001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07603; }

 p { color: rgb(192,118,3); }

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

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

 a { background-color: rgb(192,118,3); }

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

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

 span { border-color: rgb(192,118,3); }

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