#C97D0A

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

Shades of Dark Goldenrod #C97D0A

Tints of Dark Goldenrod #C97D0A

Color information

#C97D0A (or 0xC97D0A) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 7D and 0A. RGB value is (201,125,10). Sum of RGB (Red+Green+Blue) = 201+125+10=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97D0A is #3682F5. Grayscale: #878787. Windows color (decimal): -3572470 or 687561. OLE color: 687561.

HSL color Cylindrical-coordinate representation of color #C97D0A: hue angle of 36.13º 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 #C97D0A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20112510-
CMYK00.380.950.21
HSL36.13º90.52%41.37%-
HSV(B)36.13º95.02%78.82%-
XYZ31.4827.113.86-
YUV134.6157.68175.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.82%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 10 (4.30% from 255) = 2.98%
R=59.82%
G=37.20%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011251000.380.950.2136.1390.5241.37
HexC97DA0265F15245b29
Octal31117512046137254413351
Binary110010011111101101001001101011111101011001001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97D0A; }

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

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

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

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

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

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

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

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