Html Css Color HEX #C9A740 Sundance

📋 copy color: '#C9A740'

red 201 ◦ green 167 ◦ blue 64

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

Shades of Sundance #C9A740

Tints of Sundance #C9A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.66%

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 46.53%
G = 38.66%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9A740 (or 0xC9A740) is known color: Sundance. HEX triplet: C9, A7 and 40. RGB value is (201,167,64). Sum of RGB (Red+Green+Blue) = 201+167+64=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A740 is #3658BF. Grayscale: #A5A5A5. Windows color (decimal): -3561664 or 4237257. OLE color: 4237257.

HSL color Cylindrical-coordinate representation of color #C9A740: hue angle of 45.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9A740 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 167 64 -
CMYK 0 0.17 0.68 0.21
HSL 45.11º 0.56% 0.52% -
HSV(B) 45.11º 0.68% 0.79% -
XYZ 38.83 40.43 10.61 -
YUV 165.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 201 167 64 0 0.17 0.68 0.21 45.11 0.56 0.52
Hex C9 A7 40 0 11 44 15 2D 38 34
Octal 311 247 100 0 21 104 25 55 70 64
Binary 11001001 10100111 1000000 0 10001 1000100 10101 101101 111000 110100

Color Harmonies of #C9A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A740

Black with #C9A740

Text Example


Text Example

White with #C9A740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A740; }

 p { color: rgb(201,167,64); }

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

background-color css

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

 a { background-color: rgb(201,167,64); }

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

border-color css

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

 span { border-color: rgb(201,167,64); }

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