#C07A02

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

Shades of Dark Goldenrod #C07A02

Tints of Dark Goldenrod #C07A02

Color information

#C07A02 (or 0xC07A02) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 7A and 02. RGB value is (192,122,2). Sum of RGB (Red+Green+Blue) = 192+122+2=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A02 is #3F85FD. Grayscale: #818181. Windows color (decimal): -4163070 or 162496. OLE color: 162496.

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

Color convert

RGB1921222-
CMYK00.360.990.25
HSL37.89º97.94%38.04%-
HSV(B)37.89º98.96%75.29%-
XYZ28.7125.133.39-
YUV129.2556.19172.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=60.76%
G=38.61%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192122200.360.990.2537.8997.9438.04
HexC07A20246319266226
Octal3001722044143314614246
Binary1100000011110101001001001100011110011001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A02; }

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

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

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

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

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

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

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

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