#C07601

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

Shades of Dark Goldenrod #C07601

Tints of Dark Goldenrod #C07601

Color information

#C07601 (or 0xC07601) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 76 and 01. RGB value is (192,118,1). Sum of RGB (Red+Green+Blue) = 192+118+1=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C07601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07601 is #3F89FE. Grayscale: #7F7F7F. Windows color (decimal): -4164095 or 95936. OLE color: 95936.

HSL color Cylindrical-coordinate representation of color #C07601: hue angle of 36.75º 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 #C07601 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1921181-
CMYK00.390.990.25
HSL36.75º98.96%37.84%-
HSV(B)36.75º99.48%75.29%-
XYZ28.2224.173.21-
YUV126.7957.02174.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.74%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=61.74%
G=37.94%
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
Decimal192118100.390.990.2536.7598.9637.84
HexC07610276319256326
Octal3001661047143314514346
Binary110000001110110101001111100011110011001011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07601; }

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

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

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

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

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

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

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

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