Html Css Color HEX #C9AD51 Sundance

📋 copy color: '#C9AD51'

red 201 ◦ green 173 ◦ blue 81

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

Shades of Sundance #C9AD51

Tints of Sundance #C9AD51

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 81 (32.03% from 255) = 17.8%

R = 44.18%
G = 38.02%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C9AD51 (or 0xC9AD51) is known color: Sundance. HEX triplet: C9, AD and 51. RGB value is (201,173,81). Sum of RGB (Red+Green+Blue) = 201+173+81=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD51 is #3652AE. Grayscale: #ABABAB. Windows color (decimal): -3560111 or 5352905. OLE color: 5352905.

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

Color convert

RGB 201 173 81 -
CMYK 0 0.14 0.60 0.21
HSL 46º 0.53% 0.55% -
HSV(B) 46º 0.6% 0.79% -
XYZ 40.52 42.9 13.93 -
YUV 170.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 201 173 81 0 0.14 0.60 0.21 46 0.53 0.55
Hex C9 AD 51 0 E 3C 15 2E 35 37
Octal 311 255 121 0 16 74 25 56 65 67
Binary 11001001 10101101 1010001 0 1110 111100 10101 101110 110101 110111

Color Harmonies of #C9AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD51

Black with #C9AD51

Text Example


Text Example

White with #C9AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD51; }

 p { color: rgb(201,173,81); }

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

background-color css

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

 a { background-color: rgb(201,173,81); }

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

border-color css

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

 span { border-color: rgb(201,173,81); }

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