Html Css Color HEX #C9AF50 Sundance

📋 copy color: '#C9AF50'

red 201 ◦ green 175 ◦ blue 80

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

Shades of Sundance #C9AF50

Tints of Sundance #C9AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.38%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 44.08%
G = 38.38%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C9AF50 (or 0xC9AF50) is known color: Sundance. HEX triplet: C9, AF and 50. RGB value is (201,175,80). Sum of RGB (Red+Green+Blue) = 201+175+80=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF50 is #3650AF. Grayscale: #ACACAC. Windows color (decimal): -3559600 or 5287881. OLE color: 5287881.

HSL color Cylindrical-coordinate representation of color #C9AF50: hue angle of 47.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9AF50 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 175 80 -
CMYK 0 0.13 0.60 0.21
HSL 47.11º 0.53% 0.55% -
HSV(B) 47.11º 0.6% 0.79% -
XYZ 40.87 43.66 13.86 -
YUV 171.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 201 175 80 0 0.13 0.60 0.21 47.11 0.53 0.55
Hex C9 AF 50 0 D 3C 15 2F 35 37
Octal 311 257 120 0 15 74 25 57 65 67
Binary 11001001 10101111 1010000 0 1101 111100 10101 101111 110101 110111

Color Harmonies of #C9AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF50

Black with #C9AF50

Text Example


Text Example

White with #C9AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF50; }

 p { color: rgb(201,175,80); }

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

background-color css

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

 a { background-color: rgb(201,175,80); }

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

border-color css

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

 span { border-color: rgb(201,175,80); }

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