Html Css Color HEX #C9AA4E Sundance

📋 copy color: '#C9AA4E'

red 201 ◦ green 170 ◦ blue 78

#C9AA4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #C9AA4E

Tints of Sundance #C9AA4E

RGB

 RED value IS 201 (78.91% from 255) = 44.77%

 GREEN value IS 170 (66.8% from 255) = 37.86%

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 44.77%
G = 37.86%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9AA4E (or 0xC9AA4E) is known color: Sundance. HEX triplet: C9, AA and 4E. RGB value is (201,170,78). Sum of RGB (Red+Green+Blue) = 201+170+78=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA4E is #3655B1. Grayscale: #A9A9A9. Windows color (decimal): -3560882 or 5155529. OLE color: 5155529.

HSL color Cylindrical-coordinate representation of color #C9AA4E: hue angle of 44.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9AA4E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 170 78 -
CMYK 0 0.15 0.61 0.21
HSL 44.88º 0.53% 0.55% -
HSV(B) 44.88º 0.61% 0.79% -
XYZ 39.84 41.72 13.16 -
YUV 168.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 201 170 78 0 0.15 0.61 0.21 44.88 0.53 0.55
Hex C9 AA 4E 0 F 3D 15 2D 35 37
Octal 311 252 116 0 17 75 25 55 65 67
Binary 11001001 10101010 1001110 0 1111 111101 10101 101101 110101 110111

Color Harmonies of #C9AA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA4E

Black with #C9AA4E

Text Example


Text Example

White with #C9AA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA4E; }

 p { color: rgb(201,170,78); }

 H1.HeaderClassName
 {
   color: #C9AA4E;
 }
 .AnyTagClassName
 {
   color: #C9AA4E;
 }
</style>

background-color css

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

 a { background-color: rgb(201,170,78); }

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

border-color css

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

 span { border-color: rgb(201,170,78); }

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