Html Css Color HEX #C9AA4D Sundance

📋 copy color: '#C9AA4D'

red 201 ◦ green 170 ◦ blue 77

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

Shades of Sundance #C9AA4D

Tints of Sundance #C9AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.19%

R = 44.87%
G = 37.95%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9AA4D (or 0xC9AA4D) is known color: Sundance. HEX triplet: C9, AA and 4D. RGB value is (201,170,77). Sum of RGB (Red+Green+Blue) = 201+170+77=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AA4D is #3655B2. Grayscale: #A9A9A9. Windows color (decimal): -3560883 or 5089993. OLE color: 5089993.

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

Color convert

RGB 201 170 77 -
CMYK 0 0.15 0.62 0.21
HSL 45º 0.53% 0.55% -
HSV(B) 45º 0.62% 0.79% -
XYZ 39.8 41.7 12.97 -
YUV 168.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 201 170 77 0 0.15 0.62 0.21 45 0.53 0.55
Hex C9 AA 4D 0 F 3E 15 2D 35 37
Octal 311 252 115 0 17 76 25 55 65 67
Binary 11001001 10101010 1001101 0 1111 111110 10101 101101 110101 110111

Color Harmonies of #C9AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AA4D

Black with #C9AA4D

Text Example


Text Example

White with #C9AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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