#C98E05

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

Shades of Dark Goldenrod #C98E05

Tints of Dark Goldenrod #C98E05

Color information

#C98E05 (or 0xC98E05) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8E and 05. RGB value is (201,142,5). Sum of RGB (Red+Green+Blue) = 201+142+5=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98E05 is #3671FA. Grayscale: #909090. Windows color (decimal): -3568123 or 364233. OLE color: 364233.

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

Color convert

RGB2011425-
CMYK00.290.980.21
HSL41.94º95.15%40.39%-
HSV(B)41.94º97.51%78.82%-
XYZ33.7931.774.5-
YUV144.0249.55168.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 142 (55.86% from 255) = 40.80%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=57.76%
G=40.80%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201142500.290.980.2141.9495.1540.39
HexC98E501D62152a5f28
Octal3112165035142255213750
Binary11001001100011101010111011100010101011010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98E05; }

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

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

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

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

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

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

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

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