#C98E08

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

Shades of Dark Goldenrod #C98E08

Tints of Dark Goldenrod #C98E08

Color information

#C98E08 (or 0xC98E08) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8E and 08. RGB value is (201,142,8). Sum of RGB (Red+Green+Blue) = 201+142+8=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E08 is #3671F7. Grayscale: #909090. Windows color (decimal): -3568120 or 560841. OLE color: 560841.

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

Color convert

RGB2011428-
CMYK00.290.960.21
HSL41.66º92.34%40.98%-
HSV(B)41.66º96.02%78.82%-
XYZ33.831.784.58-
YUV144.3651.05168.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.26%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 8 (3.52% from 255) = 2.28%
R=57.26%
G=40.46%
B=2.28%

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
Decimal201142800.290.960.2141.6692.3440.98
HexC98E801D60152a5c29
Octal31121610035140255213451
Binary110010011000111010000111011100000101011010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98E08; }

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

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

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

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

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

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

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

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