#C07902

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

Shades of Dark Goldenrod #C07902

Tints of Dark Goldenrod #C07902

Color information

#C07902 (or 0xC07902) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 79 and 02. RGB value is (192,121,2). Sum of RGB (Red+Green+Blue) = 192+121+2=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C07902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07902 is #3F86FD. Grayscale: #818181. Windows color (decimal): -4163326 or 162240. OLE color: 162240.

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

Color convert

RGB1921212-
CMYK00.370.990.25
HSL37.58º97.94%38.04%-
HSV(B)37.58º98.96%75.29%-
XYZ28.5924.893.35-
YUV128.6656.52173.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=60.95%
G=38.41%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192121200.370.990.2537.5897.9438.04
HexC07920256319266226
Octal3001712045143314614246
Binary1100000011110011001001011100011110011001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07902; }

 p { color: rgb(192,121,2); }

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

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

 a { background-color: rgb(192,121,2); }

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

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

 span { border-color: rgb(192,121,2); }

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