Html Css Color HEX #C9A34F Sundance

📋 copy color: '#C9A34F'

red 201 ◦ green 163 ◦ blue 79

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

Shades of Sundance #C9A34F

Tints of Sundance #C9A34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 45.37%
G = 36.79%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9A34F (or 0xC9A34F) is known color: Sundance. HEX triplet: C9, A3 and 4F. RGB value is (201,163,79). Sum of RGB (Red+Green+Blue) = 201+163+79=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A34F is #365CB0. Grayscale: #A5A5A5. Windows color (decimal): -3562673 or 5219273. OLE color: 5219273.

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

Color convert

RGB 201 163 79 -
CMYK 0 0.19 0.61 0.21
HSL 41.31º 0.53% 0.55% -
HSV(B) 41.31º 0.61% 0.79% -
XYZ 38.6 39.18 12.92 -
YUV 164.79 79.59 153.83 -
System Red Green Blue C M Y K H S L
Decimal 201 163 79 0 0.19 0.61 0.21 41.31 0.53 0.55
Hex C9 A3 4F 0 13 3D 15 29 35 37
Octal 311 243 117 0 23 75 25 51 65 67
Binary 11001001 10100011 1001111 0 10011 111101 10101 101001 110101 110111

Color Harmonies of #C9A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A34F

Black with #C9A34F

Text Example


Text Example

White with #C9A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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