Html Css Color HEX #C9A04D Sundance

📋 copy color: '#C9A04D'

red 201 ◦ green 160 ◦ blue 77

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

Shades of Sundance #C9A04D

Tints of Sundance #C9A04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

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

R = 45.89%
G = 36.53%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9A04D (or 0xC9A04D) is known color: Sundance. HEX triplet: C9, A0 and 4D. RGB value is (201,160,77). Sum of RGB (Red+Green+Blue) = 201+160+77=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A04D is #365FB2. Grayscale: #A3A3A3. Windows color (decimal): -3563443 or 5087433. OLE color: 5087433.

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

Color convert

RGB 201 160 77 -
CMYK 0 0.20 0.62 0.21
HSL 40.16º 0.53% 0.55% -
HSV(B) 40.16º 0.62% 0.79% -
XYZ 38 38.09 12.37 -
YUV 162.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 201 160 77 0 0.20 0.62 0.21 40.16 0.53 0.55
Hex C9 A0 4D 0 14 3E 15 28 35 37
Octal 311 240 115 0 24 76 25 50 65 67
Binary 11001001 10100000 1001101 0 10100 111110 10101 101000 110101 110111

Color Harmonies of #C9A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A04D

Black with #C9A04D

Text Example


Text Example

White with #C9A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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