Html Css Color HEX #C4A34F Sundance

📋 copy color: '#C4A34F'

red 196 ◦ green 163 ◦ blue 79

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

Shades of Sundance #C4A34F

Tints of Sundance #C4A34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

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

R = 44.75%
G = 37.21%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4A34F (or 0xC4A34F) is known color: Sundance. HEX triplet: C4, A3 and 4F. RGB value is (196,163,79). Sum of RGB (Red+Green+Blue) = 196+163+79=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A34F is #3B5CB0. Grayscale: #A3A3A3. Windows color (decimal): -3890353 or 5219268. OLE color: 5219268.

HSL color Cylindrical-coordinate representation of color #C4A34F: hue angle of 43.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4A34F is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 163 79 -
CMYK 0 0.17 0.60 0.23
HSL 43.08º 0.5% 0.54% -
HSV(B) 43.08º 0.6% 0.77% -
XYZ 37.27 38.49 12.86 -
YUV 163.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 196 163 79 0 0.17 0.60 0.23 43.08 0.5 0.54
Hex C4 A3 4F 0 11 3C 17 2B 32 36
Octal 304 243 117 0 21 74 27 53 62 66
Binary 11000100 10100011 1001111 0 10001 111100 10111 101011 110010 110110

Color Harmonies of #C4A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A34F

Black with #C4A34F

Text Example


Text Example

White with #C4A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A34F; }

 p { color: rgb(196,163,79); }

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

background-color css

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

 a { background-color: rgb(196,163,79); }

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

border-color css

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

 span { border-color: rgb(196,163,79); }

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