#C98408

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

Shades of Dark Goldenrod #C98408

Tints of Dark Goldenrod #C98408

Color information

#C98408 (or 0xC98408) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 84 and 08. RGB value is (201,132,8). Sum of RGB (Red+Green+Blue) = 201+132+8=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C98408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98408 is #367BF7. Grayscale: #8B8B8B. Windows color (decimal): -3570680 or 558281. OLE color: 558281.

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

Color convert

RGB2011328-
CMYK00.340.960.21
HSL38.55º92.34%40.98%-
HSV(B)38.55º96.02%78.82%-
XYZ32.3828.944.11-
YUV138.554.36172.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 8 (3.52% from 255) = 2.35%
R=58.94%
G=38.71%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201132800.340.960.2138.5592.3440.98
HexC98480226015275c29
Octal31120410042140254713451
Binary1100100110000100100001000101100000101011001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98408; }

 p { color: rgb(201,132,8); }

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

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

 a { background-color: rgb(201,132,8); }

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

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

 span { border-color: rgb(201,132,8); }

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