#C9920E

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

Shades of Dark Goldenrod #C9920E

Tints of Dark Goldenrod #C9920E

Color information

#C9920E (or 0xC9920E) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 92 and 0E. RGB value is (201,146,14). Sum of RGB (Red+Green+Blue) = 201+146+14=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9920E is #366DF1. Grayscale: #939393. Windows color (decimal): -3567090 or 955081. OLE color: 955081.

HSL color Cylindrical-coordinate representation of color #C9920E: hue angle of 42.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9920E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20114614-
CMYK00.270.930.21
HSL42.35º86.98%42.16%-
HSV(B)42.35º93.03%78.82%-
XYZ34.4533.014.97-
YUV147.452.72166.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 14 (5.86% from 255) = 3.88%
R=55.68%
G=40.44%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011461400.270.930.2142.3586.9842.16
HexC992E01B5D152a572a
Octal31122216033135255212752
Binary110010011001001011100110111011101101011010101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9920E; }

 p { color: rgb(201,146,14); }

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

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

 a { background-color: rgb(201,146,14); }

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

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

 span { border-color: rgb(201,146,14); }

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