Html Css Color HEX #C9A03F Sundance

📋 copy color: '#C9A03F'

red 201 ◦ green 160 ◦ blue 63

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

Shades of Sundance #C9A03F

Tints of Sundance #C9A03F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

 BLUE value IS 63 (25% from 255) = 14.86%

R = 47.41%
G = 37.74%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9A03F (or 0xC9A03F) is known color: Sundance. HEX triplet: C9, A0 and 3F. RGB value is (201,160,63). Sum of RGB (Red+Green+Blue) = 201+160+63=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A03F is #365FC0. Grayscale: #A1A1A1. Windows color (decimal): -3563457 or 4169929. OLE color: 4169929.

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

Color convert

RGB 201 160 63 -
CMYK 0 0.20 0.69 0.21
HSL 42.17º 0.56% 0.52% -
HSV(B) 42.17º 0.69% 0.79% -
XYZ 37.56 37.92 10.04 -
YUV 161.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 201 160 63 0 0.20 0.69 0.21 42.17 0.56 0.52
Hex C9 A0 3F 0 14 45 15 2A 38 34
Octal 311 240 77 0 24 105 25 52 70 64
Binary 11001001 10100000 111111 0 10100 1000101 10101 101010 111000 110100

Color Harmonies of #C9A03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A03F

Black with #C9A03F

Text Example


Text Example

White with #C9A03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A03F; }

 p { color: rgb(201,160,63); }

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

background-color css

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

 a { background-color: rgb(201,160,63); }

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

border-color css

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

 span { border-color: rgb(201,160,63); }

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