#C0920D

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

Shades of Dark Goldenrod #C0920D

Tints of Dark Goldenrod #C0920D

Color information

#C0920D (or 0xC0920D) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 92 and 0D. RGB value is (192,146,13). Sum of RGB (Red+Green+Blue) = 192+146+13=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0920D is #3F6DF2. Grayscale: #919191. Windows color (decimal): -4156915 or 889536. OLE color: 889536.

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

Color convert

RGB19214613-
CMYK00.240.930.25
HSL44.58º87.32%40.2%-
HSV(B)44.58º93.23%75.29%-
XYZ32.0931.794.83-
YUV144.5953.74161.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 13 (5.47% from 255) = 3.70%
R=54.70%
G=41.60%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921461300.240.930.2544.5887.3240.2
HexC092D0185D192d5728
Octal30022215030135315512750
Binary110000001001001011010110001011101110011011011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0920D; }

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

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

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

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

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

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

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

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