Html Css Color HEX #C4A340 Sundance

📋 copy color: '#C4A340'

red 196 ◦ green 163 ◦ blue 64

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

Shades of Sundance #C4A340

Tints of Sundance #C4A340

RGB

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

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

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

R = 46.34%
G = 38.53%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4A340 (or 0xC4A340) is known color: Sundance. HEX triplet: C4, A3 and 40. RGB value is (196,163,64). Sum of RGB (Red+Green+Blue) = 196+163+64=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A340 is #3B5CBF. Grayscale: #A2A2A2. Windows color (decimal): -3890368 or 4236228. OLE color: 4236228.

HSL color Cylindrical-coordinate representation of color #C4A340: hue angle of 45º 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 #C4A340 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 163 64 -
CMYK 0 0.17 0.67 0.23
HSL 45º 0.53% 0.51% -
HSV(B) 45º 0.67% 0.77% -
XYZ 36.79 38.3 10.3 -
YUV 161.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 196 163 64 0 0.17 0.67 0.23 45 0.53 0.51
Hex C4 A3 40 0 11 43 17 2D 35 33
Octal 304 243 100 0 21 103 27 55 65 63
Binary 11000100 10100011 1000000 0 10001 1000011 10111 101101 110101 110011

Color Harmonies of #C4A340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A340

Black with #C4A340

Text Example


Text Example

White with #C4A340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A340; }

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

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

background-color css

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

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

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

border-color css

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

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

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