#C9860A

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

Shades of Dark Goldenrod #C9860A

Tints of Dark Goldenrod #C9860A

Color information

#C9860A (or 0xC9860A) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 86 and 0A. RGB value is (201,134,10). Sum of RGB (Red+Green+Blue) = 201+134+10=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9860A is #3679F5. Grayscale: #8C8C8C. Windows color (decimal): -3570166 or 689865. OLE color: 689865.

HSL color Cylindrical-coordinate representation of color #C9860A: hue angle of 38.95º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9860A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20113410-
CMYK00.330.950.21
HSL38.95º90.52%41.37%-
HSV(B)38.95º95.02%78.82%-
XYZ32.6729.494.26-
YUV139.954.7171.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 10 (4.30% from 255) = 2.90%
R=58.26%
G=38.84%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011341000.330.950.2138.9590.5241.37
HexC986A0215F15275b29
Octal31120612041137254713351
Binary1100100110000110101001000011011111101011001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9860A; }

 p { color: rgb(201,134,10); }

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

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

 a { background-color: rgb(201,134,10); }

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

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

 span { border-color: rgb(201,134,10); }

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