#C98A0B

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

Shades of Dark Goldenrod #C98A0B

Tints of Dark Goldenrod #C98A0B

Color information

#C98A0B (or 0xC98A0B) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 8A and 0B. RGB value is (201,138,11). Sum of RGB (Red+Green+Blue) = 201+138+11=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A0B is #3675F4. Grayscale: #8E8E8E. Windows color (decimal): -3569141 or 756425. OLE color: 756425.

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

Color convert

RGB20113811-
CMYK00.310.950.21
HSL40.11º89.62%41.57%-
HSV(B)40.11º94.53%78.82%-
XYZ33.2430.624.47-
YUV142.3653.87169.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.43%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 11 (4.69% from 255) = 3.14%
R=57.43%
G=39.43%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011381100.310.950.2140.1189.6241.57
HexC98AB01F5F15285a2a
Octal31121213037137255013252
Binary110010011000101010110111111011111101011010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A0B; }

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

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

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

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

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

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

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

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