Html Css Color HEX #C4AD47 Sundance

📋 copy color: '#C4AD47'

red 196 ◦ green 173 ◦ blue 71

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

Shades of Sundance #C4AD47

Tints of Sundance #C4AD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.14%

R = 44.55%
G = 39.32%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4AD47 (or 0xC4AD47) is known color: Sundance. HEX triplet: C4, AD and 47. RGB value is (196,173,71). Sum of RGB (Red+Green+Blue) = 196+173+71=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD47 is #3B52B8. Grayscale: #A8A8A8. Windows color (decimal): -3887801 or 4697540. OLE color: 4697540.

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

Color convert

RGB 196 173 71 -
CMYK 0 0.12 0.64 0.23
HSL 48.96º 0.51% 0.52% -
HSV(B) 48.96º 0.64% 0.77% -
XYZ 38.85 42.08 12.04 -
YUV 168.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 196 173 71 0 0.12 0.64 0.23 48.96 0.51 0.52
Hex C4 AD 47 0 C 40 17 31 33 34
Octal 304 255 107 0 14 100 27 61 63 64
Binary 11000100 10101101 1000111 0 1100 1000000 10111 110001 110011 110100

Color Harmonies of #C4AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD47

Black with #C4AD47

Text Example


Text Example

White with #C4AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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