Html Css Color HEX #C9A64D Sundance

📋 copy color: '#C9A64D'

red 201 ◦ green 166 ◦ blue 77

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

Shades of Sundance #C9A64D

Tints of Sundance #C9A64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 45.27%
G = 37.39%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9A64D (or 0xC9A64D) is known color: Sundance. HEX triplet: C9, A6 and 4D. RGB value is (201,166,77). Sum of RGB (Red+Green+Blue) = 201+166+77=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A64D is #3659B2. Grayscale: #A6A6A6. Windows color (decimal): -3561907 or 5088969. OLE color: 5088969.

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

Color convert

RGB 201 166 77 -
CMYK 0 0.17 0.62 0.21
HSL 43.06º 0.53% 0.55% -
HSV(B) 43.06º 0.62% 0.79% -
XYZ 39.06 40.23 12.73 -
YUV 166.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 201 166 77 0 0.17 0.62 0.21 43.06 0.53 0.55
Hex C9 A6 4D 0 11 3E 15 2B 35 37
Octal 311 246 115 0 21 76 25 53 65 67
Binary 11001001 10100110 1001101 0 10001 111110 10101 101011 110101 110111

Color Harmonies of #C9A64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A64D

Black with #C9A64D

Text Example


Text Example

White with #C9A64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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