#C09202

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

Shades of Dark Goldenrod #C09202

Tints of Dark Goldenrod #C09202

Color information

#C09202 (or 0xC09202) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 92 and 02. RGB value is (192,146,2). Sum of RGB (Red+Green+Blue) = 192+146+2=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C09202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09202 is #3F6DFD. Grayscale: #8F8F8F. Windows color (decimal): -4156926 or 168640. OLE color: 168640.

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

Color convert

RGB1921462-
CMYK00.240.990.25
HSL45.47º97.94%38.04%-
HSV(B)45.47º98.96%75.29%-
XYZ32.0331.774.5-
YUV143.3448.24162.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=56.47%
G=42.94%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192146200.240.990.2545.4797.9438.04
HexC092201863192d6226
Octal3002222030143315514246
Binary1100000010010010100110001100011110011011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09202; }

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

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

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

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

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

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

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

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