Html Css Color HEX #C4AD4C Sundance

📋 copy color: '#C4AD4C'

red 196 ◦ green 173 ◦ blue 76

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

Shades of Sundance #C4AD4C

Tints of Sundance #C4AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.08%

R = 44.04%
G = 38.88%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4AD4C (or 0xC4AD4C) is known color: Sundance. HEX triplet: C4, AD and 4C. RGB value is (196,173,76). Sum of RGB (Red+Green+Blue) = 196+173+76=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD4C is #3B52B3. Grayscale: #A9A9A9. Windows color (decimal): -3887796 or 5025220. OLE color: 5025220.

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

Color convert

RGB 196 173 76 -
CMYK 0 0.12 0.61 0.23
HSL 48.5º 0.5% 0.53% -
HSV(B) 48.5º 0.61% 0.77% -
XYZ 39.01 42.14 12.92 -
YUV 168.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 196 173 76 0 0.12 0.61 0.23 48.5 0.5 0.53
Hex C4 AD 4C 0 C 3D 17 30 32 35
Octal 304 255 114 0 14 75 27 60 62 65
Binary 11000100 10101101 1001100 0 1100 111101 10111 110000 110010 110101

Color Harmonies of #C4AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD4C

Black with #C4AD4C

Text Example


Text Example

White with #C4AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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