Html Css Color HEX #C9AD4E Sundance

📋 copy color: '#C9AD4E'

red 201 ◦ green 173 ◦ blue 78

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

Shades of Sundance #C9AD4E

Tints of Sundance #C9AD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.26%

R = 44.47%
G = 38.27%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9AD4E (or 0xC9AD4E) is known color: Sundance. HEX triplet: C9, AD and 4E. RGB value is (201,173,78). Sum of RGB (Red+Green+Blue) = 201+173+78=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD4E is #3652B1. Grayscale: #AAAAAA. Windows color (decimal): -3560114 or 5156297. OLE color: 5156297.

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

Color convert

RGB 201 173 78 -
CMYK 0 0.14 0.61 0.21
HSL 46.34º 0.53% 0.55% -
HSV(B) 46.34º 0.61% 0.79% -
XYZ 40.41 42.85 13.35 -
YUV 170.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 201 173 78 0 0.14 0.61 0.21 46.34 0.53 0.55
Hex C9 AD 4E 0 E 3D 15 2E 35 37
Octal 311 255 116 0 16 75 25 56 65 67
Binary 11001001 10101101 1001110 0 1110 111101 10101 101110 110101 110111

Color Harmonies of #C9AD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD4E

Black with #C9AD4E

Text Example


Text Example

White with #C9AD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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