#C07501

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

Shades of Dark Goldenrod #C07501

Tints of Dark Goldenrod #C07501

Color information

#C07501 (or 0xC07501) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 75 and 01. RGB value is (192,117,1). Sum of RGB (Red+Green+Blue) = 192+117+1=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C07501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07501 is #3F8AFE. Grayscale: #7E7E7E. Windows color (decimal): -4164351 or 95680. OLE color: 95680.

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

Color convert

RGB1921171-
CMYK00.390.990.25
HSL36.44º98.96%37.84%-
HSV(B)36.44º99.48%75.29%-
XYZ28.123.933.17-
YUV126.257.35174.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.94%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=61.94%
G=37.74%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192117100.390.990.2536.4498.9637.84
HexC07510276319246326
Octal3001651047143314414346
Binary110000001110101101001111100011110011001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07501; }

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

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

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

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

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

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

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

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