Html Css Color HEX #C9A34D Sundance

📋 copy color: '#C9A34D'

red 201 ◦ green 163 ◦ blue 77

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

Shades of Sundance #C9A34D

Tints of Sundance #C9A34D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

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

R = 45.58%
G = 36.96%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9A34D (or 0xC9A34D) is known color: Sundance. HEX triplet: C9, A3 and 4D. RGB value is (201,163,77). Sum of RGB (Red+Green+Blue) = 201+163+77=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A34D is #365CB2. Grayscale: #A4A4A4. Windows color (decimal): -3562675 or 5088201. OLE color: 5088201.

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

Color convert

RGB 201 163 77 -
CMYK 0 0.19 0.62 0.21
HSL 41.61º 0.53% 0.55% -
HSV(B) 41.61º 0.62% 0.79% -
XYZ 38.52 39.15 12.55 -
YUV 164.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 201 163 77 0 0.19 0.62 0.21 41.61 0.53 0.55
Hex C9 A3 4D 0 13 3E 15 2A 35 37
Octal 311 243 115 0 23 76 25 52 65 67
Binary 11001001 10100011 1001101 0 10011 111110 10101 101010 110101 110111

Color Harmonies of #C9A34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A34D

Black with #C9A34D

Text Example


Text Example

White with #C9A34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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