#C08202

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

Shades of Dark Goldenrod #C08202

Tints of Dark Goldenrod #C08202

Color information

#C08202 (or 0xC08202) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 82 and 02. RGB value is (192,130,2). Sum of RGB (Red+Green+Blue) = 192+130+2=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C08202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08202 is #3F7DFD. Grayscale: #868686. Windows color (decimal): -4161022 or 164544. OLE color: 164544.

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

Color convert

RGB1921302-
CMYK00.320.990.25
HSL40.42º97.94%38.04%-
HSV(B)40.42º98.96%75.29%-
XYZ29.7327.183.74-
YUV133.9553.54169.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=59.26%
G=40.12%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192130200.320.990.2540.4297.9438.04
HexC08220206319286226
Octal3002022040143315014246
Binary11000000100000101001000001100011110011010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08202; }

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

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

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

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

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

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

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

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