Html Css Color HEX #C4AD40 Sundance

📋 copy color: '#C4AD40'

red 196 ◦ green 173 ◦ blue 64

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

Shades of Sundance #C4AD40

Tints of Sundance #C4AD40

RGB

 RED value IS 196 (76.95% from 255) = 45.27%

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

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 45.27%
G = 39.95%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4AD40 (or 0xC4AD40) is known color: Sundance. HEX triplet: C4, AD and 40. RGB value is (196,173,64). Sum of RGB (Red+Green+Blue) = 196+173+64=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD40 is #3B52BF. Grayscale: #A7A7A7. Windows color (decimal): -3887808 or 4238788. OLE color: 4238788.

HSL color Cylindrical-coordinate representation of color #C4AD40: hue angle of 49.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4AD40 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 64 -
CMYK 0 0.12 0.67 0.23
HSL 49.55º 0.53% 0.51% -
HSV(B) 49.55º 0.67% 0.77% -
XYZ 38.63 41.99 10.92 -
YUV 167.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 196 173 64 0 0.12 0.67 0.23 49.55 0.53 0.51
Hex C4 AD 40 0 C 43 17 32 35 33
Octal 304 255 100 0 14 103 27 62 65 63
Binary 11000100 10101101 1000000 0 1100 1000011 10111 110010 110101 110011

Color Harmonies of #C4AD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD40

Black with #C4AD40

Text Example


Text Example

White with #C4AD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD40; }

 p { color: rgb(196,173,64); }

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

background-color css

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

 a { background-color: rgb(196,173,64); }

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

border-color css

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

 span { border-color: rgb(196,173,64); }

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