#C08302

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

Shades of Dark Goldenrod #C08302

Tints of Dark Goldenrod #C08302

Color information

#C08302 (or 0xC08302) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 83 and 02. RGB value is (192,131,2). Sum of RGB (Red+Green+Blue) = 192+131+2=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C08302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08302 is #3F7CFD. Grayscale: #878787. Windows color (decimal): -4160766 or 164800. OLE color: 164800.

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

Color convert

RGB1921312-
CMYK00.320.990.25
HSL40.74º97.94%38.04%-
HSV(B)40.74º98.96%75.29%-
XYZ29.8727.443.78-
YUV134.5353.21168.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.08%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=59.08%
G=40.31%
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
Decimal192131200.320.990.2540.7497.9438.04
HexC08320206319296226
Octal3002032040143315114246
Binary11000000100000111001000001100011110011010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08302; }

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

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

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

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

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

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

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

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