Html Css Color HEX #C9A54E Sundance

📋 copy color: '#C9A54E'

red 201 ◦ green 165 ◦ blue 78

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

Shades of Sundance #C9A54E

Tints of Sundance #C9A54E

RGB

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

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

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

R = 45.27%
G = 37.16%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9A54E (or 0xC9A54E) is known color: Sundance. HEX triplet: C9, A5 and 4E. RGB value is (201,165,78). Sum of RGB (Red+Green+Blue) = 201+165+78=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A54E is #365AB1. Grayscale: #A6A6A6. Windows color (decimal): -3562162 or 5154249. OLE color: 5154249.

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

Color convert

RGB 201 165 78 -
CMYK 0 0.18 0.61 0.21
HSL 42.44º 0.53% 0.55% -
HSV(B) 42.44º 0.61% 0.79% -
XYZ 38.92 39.88 12.85 -
YUV 165.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 201 165 78 0 0.18 0.61 0.21 42.44 0.53 0.55
Hex C9 A5 4E 0 12 3D 15 2A 35 37
Octal 311 245 116 0 22 75 25 52 65 67
Binary 11001001 10100101 1001110 0 10010 111101 10101 101010 110101 110111

Color Harmonies of #C9A54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A54E

Black with #C9A54E

Text Example


Text Example

White with #C9A54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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