Html Css Color HEX #C9AD4F Sundance

📋 copy color: '#C9AD4F'

red 201 ◦ green 173 ◦ blue 79

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

Shades of Sundance #C9AD4F

Tints of Sundance #C9AD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.44%

R = 44.37%
G = 38.19%
B = 17.44%

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

#C9AD4F (or 0xC9AD4F) is known color: Sundance. HEX triplet: C9, AD and 4F. RGB value is (201,173,79). Sum of RGB (Red+Green+Blue) = 201+173+79=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD4F is #3652B0. Grayscale: #ABABAB. Windows color (decimal): -3560113 or 5221833. OLE color: 5221833.

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

Color convert

RGB 201 173 79 -
CMYK 0 0.14 0.61 0.21
HSL 46.23º 0.53% 0.55% -
HSV(B) 46.23º 0.61% 0.79% -
XYZ 40.44 42.87 13.54 -
YUV 170.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 201 173 79 0 0.14 0.61 0.21 46.23 0.53 0.55
Hex C9 AD 4F 0 E 3D 15 2E 35 37
Octal 311 255 117 0 16 75 25 56 65 67
Binary 11001001 10101101 1001111 0 1110 111101 10101 101110 110101 110111

Color Harmonies of #C9AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD4F

Black with #C9AD4F

Text Example


Text Example

White with #C9AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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