Html Css Color HEX #C5A33F Sundance

📋 copy color: '#C5A33F'

red 197 ◦ green 163 ◦ blue 63

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

Shades of Sundance #C5A33F

Tints of Sundance #C5A33F

RGB

 RED value IS 197 (77.34% from 255) = 46.57%

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

 BLUE value IS 63 (25% from 255) = 14.89%

R = 46.57%
G = 38.53%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5A33F (or 0xC5A33F) is known color: Sundance. HEX triplet: C5, A3 and 3F. RGB value is (197,163,63). Sum of RGB (Red+Green+Blue) = 197+163+63=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A33F is #3A5CC0. Grayscale: #A2A2A2. Windows color (decimal): -3824833 or 4170693. OLE color: 4170693.

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

Color convert

RGB 197 163 63 -
CMYK 0 0.17 0.68 0.23
HSL 44.78º 0.54% 0.51% -
HSV(B) 44.78º 0.68% 0.77% -
XYZ 37.02 38.42 10.17 -
YUV 161.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 197 163 63 0 0.17 0.68 0.23 44.78 0.54 0.51
Hex C5 A3 3F 0 11 44 17 2D 36 33
Octal 305 243 77 0 21 104 27 55 66 63
Binary 11000101 10100011 111111 0 10001 1000100 10111 101101 110110 110011

Color Harmonies of #C5A33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A33F

Black with #C5A33F

Text Example


Text Example

White with #C5A33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A33F; }

 p { color: rgb(197,163,63); }

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

background-color css

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

 a { background-color: rgb(197,163,63); }

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

border-color css

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

 span { border-color: rgb(197,163,63); }

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