Html Css Color HEX #C9A54D Sundance

📋 copy color: '#C9A54D'

red 201 ◦ green 165 ◦ blue 77

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

Shades of Sundance #C9A54D

Tints of Sundance #C9A54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 45.37%
G = 37.25%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9A54D (or 0xC9A54D) is known color: Sundance. HEX triplet: C9, A5 and 4D. RGB value is (201,165,77). Sum of RGB (Red+Green+Blue) = 201+165+77=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A54D is #365AB2. Grayscale: #A6A6A6. Windows color (decimal): -3562163 or 5088713. OLE color: 5088713.

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

Color convert

RGB 201 165 77 -
CMYK 0 0.18 0.62 0.21
HSL 42.58º 0.53% 0.55% -
HSV(B) 42.58º 0.62% 0.79% -
XYZ 38.88 39.86 12.67 -
YUV 165.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 201 165 77 0 0.18 0.62 0.21 42.58 0.53 0.55
Hex C9 A5 4D 0 12 3E 15 2B 35 37
Octal 311 245 115 0 22 76 25 53 65 67
Binary 11001001 10100101 1001101 0 10010 111110 10101 101011 110101 110111

Color Harmonies of #C9A54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A54D

Black with #C9A54D

Text Example


Text Example

White with #C9A54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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