Html Css Color HEX #C5A33E Sundance

📋 copy color: '#C5A33E'

red 197 ◦ green 163 ◦ blue 62

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

Shades of Sundance #C5A33E

Tints of Sundance #C5A33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 46.68%
G = 38.63%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5A33E (or 0xC5A33E) is known color: Sundance. HEX triplet: C5, A3 and 3E. RGB value is (197,163,62). Sum of RGB (Red+Green+Blue) = 197+163+62=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A33E is #3A5CC1. Grayscale: #A2A2A2. Windows color (decimal): -3824834 or 4105157. OLE color: 4105157.

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

Color convert

RGB 197 163 62 -
CMYK 0 0.17 0.69 0.23
HSL 44.89º 0.54% 0.51% -
HSV(B) 44.89º 0.69% 0.77% -
XYZ 36.99 38.41 10.02 -
YUV 161.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 197 163 62 0 0.17 0.69 0.23 44.89 0.54 0.51
Hex C5 A3 3E 0 11 45 17 2D 36 33
Octal 305 243 76 0 21 105 27 55 66 63
Binary 11000101 10100011 111110 0 10001 1000101 10111 101101 110110 110011

Color Harmonies of #C5A33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A33E

Black with #C5A33E

Text Example


Text Example

White with #C5A33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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