#C98F0A

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

Shades of Dark Goldenrod #C98F0A

Tints of Dark Goldenrod #C98F0A

Color information

#C98F0A (or 0xC98F0A) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8F and 0A. RGB value is (201,143,10). Sum of RGB (Red+Green+Blue) = 201+143+10=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98F0A is #3670F5. Grayscale: #919191. Windows color (decimal): -3567862 or 692169. OLE color: 692169.

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

Color convert

RGB20114310-
CMYK00.290.950.21
HSL41.78º90.52%41.37%-
HSV(B)41.78º95.02%78.82%-
XYZ33.9632.084.69-
YUV145.1851.72167.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=56.78%
G=40.40%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011431000.290.950.2141.7890.5241.37
HexC98FA01D5F152a5b29
Octal31121712035137255213351
Binary110010011000111110100111011011111101011010101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F0A; }

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

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

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

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

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

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

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

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