#C98A0C

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

Shades of Dark Goldenrod #C98A0C

Tints of Dark Goldenrod #C98A0C

Color information

#C98A0C (or 0xC98A0C) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8A and 0C. RGB value is (201,138,12). Sum of RGB (Red+Green+Blue) = 201+138+12=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A0C is #3675F3. Grayscale: #8F8F8F. Windows color (decimal): -3569140 or 821961. OLE color: 821961.

HSL color Cylindrical-coordinate representation of color #C98A0C: hue angle of 40º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C98A0C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20113812-
CMYK00.310.940.21
HSL40º88.73%41.76%-
HSV(B)40º94.03%78.82%-
XYZ33.2430.624.51-
YUV142.4754.37169.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.26%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 12 (5.08% from 255) = 3.42%
R=57.26%
G=39.32%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011381200.310.940.214088.7341.76
HexC98AC01F5E1528592a
Octal31121214037136255013152
Binary110010011000101011000111111011110101011010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A0C; }

 p { color: rgb(201,138,12); }

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

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

 a { background-color: rgb(201,138,12); }

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

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

 span { border-color: rgb(201,138,12); }

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