#C98D03

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

Shades of Dark Goldenrod #C98D03

Tints of Dark Goldenrod #C98D03

Color information

#C98D03 (or 0xC98D03) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8D and 03. RGB value is (201,141,3). Sum of RGB (Red+Green+Blue) = 201+141+3=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98D03 is #3672FC. Grayscale: #8F8F8F. Windows color (decimal): -3568381 or 232905. OLE color: 232905.

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

Color convert

RGB2011413-
CMYK00.300.990.21
HSL41.82º97.06%40%-
HSV(B)41.82º98.51%78.82%-
XYZ33.6331.474.39-
YUV143.2148.88169.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=58.26%
G=40.87%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201141300.300.990.2141.8297.0640
HexC98D301E63152a6128
Octal3112153036143255214150
Binary1100100110001101110111101100011101011010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D03; }

 p { color: rgb(201,141,3); }

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

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

 a { background-color: rgb(201,141,3); }

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

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

 span { border-color: rgb(201,141,3); }

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