Html Css Color HEX #C9A54B Sundance

📋 copy color: '#C9A54B'

red 201 ◦ green 165 ◦ blue 75

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

Shades of Sundance #C9A54B

Tints of Sundance #C9A54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 45.58%
G = 37.41%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9A54B (or 0xC9A54B) is known color: Sundance. HEX triplet: C9, A5 and 4B. RGB value is (201,165,75). Sum of RGB (Red+Green+Blue) = 201+165+75=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A54B is #365AB4. Grayscale: #A5A5A5. Windows color (decimal): -3562165 or 4957641. OLE color: 4957641.

HSL color Cylindrical-coordinate representation of color #C9A54B: hue angle of 42.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9A54B is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 75 -
CMYK 0 0.18 0.63 0.21
HSL 42.86º 0.54% 0.54% -
HSV(B) 42.86º 0.63% 0.79% -
XYZ 38.81 39.84 12.3 -
YUV 165.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 201 165 75 0 0.18 0.63 0.21 42.86 0.54 0.54
Hex C9 A5 4B 0 12 3F 15 2B 36 36
Octal 311 245 113 0 22 77 25 53 66 66
Binary 11001001 10100101 1001011 0 10010 111111 10101 101011 110110 110110

Color Harmonies of #C9A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A54B

Black with #C9A54B

Text Example


Text Example

White with #C9A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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