#C98F08

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

Shades of Dark Goldenrod #C98F08

Tints of Dark Goldenrod #C98F08

Color information

#C98F08 (or 0xC98F08) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8F and 08. RGB value is (201,143,8). Sum of RGB (Red+Green+Blue) = 201+143+8=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98F08 is #3670F7. Grayscale: #919191. Windows color (decimal): -3567864 or 561097. OLE color: 561097.

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

Color convert

RGB2011438-
CMYK00.290.960.21
HSL41.97º92.34%40.98%-
HSV(B)41.97º96.02%78.82%-
XYZ33.9532.084.63-
YUV144.9550.72167.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=57.10%
G=40.62%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201143800.290.960.2141.9792.3440.98
HexC98F801D60152a5c29
Octal31121710035140255213451
Binary110010011000111110000111011100000101011010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F08; }

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

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

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

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

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

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

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

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