#C09210

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

Shades of Dark Goldenrod #C09210

Tints of Dark Goldenrod #C09210

Color information

#C09210 (or 0xC09210) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 92 and 10. RGB value is (192,146,16). Sum of RGB (Red+Green+Blue) = 192+146+16=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C09210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09210 is #3F6DEF. Grayscale: #919191. Windows color (decimal): -4156912 or 1086144. OLE color: 1086144.

HSL color Cylindrical-coordinate representation of color #C09210: hue angle of 44.32º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C09210 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19214616-
CMYK00.240.920.25
HSL44.32º84.62%40.78%-
HSV(B)44.32º91.67%75.29%-
XYZ32.1131.84.94-
YUV144.9355.24161.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 16 (6.64% from 255) = 4.52%
R=54.24%
G=41.24%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921461600.240.920.2544.3284.6240.78
HexC092100185C192c5529
Octal30022220030134315412551
Binary1100000010010010100000110001011100110011011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09210; }

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

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

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

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

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

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

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

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