#C98C08

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

Shades of Dark Goldenrod #C98C08

Tints of Dark Goldenrod #C98C08

Color information

#C98C08 (or 0xC98C08) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8C and 08. RGB value is (201,140,8). Sum of RGB (Red+Green+Blue) = 201+140+8=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98C08 is #3673F7. Grayscale: #8F8F8F. Windows color (decimal): -3568632 or 560329. OLE color: 560329.

HSL color Cylindrical-coordinate representation of color #C98C08: hue angle of 41.04º 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 #C98C08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2011408-
CMYK00.300.960.21
HSL41.04º92.34%40.98%-
HSV(B)41.04º96.02%78.82%-
XYZ33.5131.194.48-
YUV143.1951.71169.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.59%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=57.59%
G=40.11%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201140800.300.960.2141.0492.3440.98
HexC98C801E6015295c29
Octal31121410036140255113451
Binary110010011000110010000111101100000101011010011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98C08; }

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

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

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

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

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

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

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

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