Html Css Color HEX #C5AD48 Sundance

📋 copy color: '#C5AD48'

red 197 ◦ green 173 ◦ blue 72

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

Shades of Sundance #C5AD48

Tints of Sundance #C5AD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 44.57%
G = 39.14%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5AD48 (or 0xC5AD48) is known color: Sundance. HEX triplet: C5, AD and 48. RGB value is (197,173,72). Sum of RGB (Red+Green+Blue) = 197+173+72=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD48 is #3A52B7. Grayscale: #A9A9A9. Windows color (decimal): -3822264 or 4763077. OLE color: 4763077.

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

Color convert

RGB 197 173 72 -
CMYK 0 0.12 0.63 0.23
HSL 48.48º 0.52% 0.53% -
HSV(B) 48.48º 0.63% 0.77% -
XYZ 39.14 42.23 12.22 -
YUV 168.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 197 173 72 0 0.12 0.63 0.23 48.48 0.52 0.53
Hex C5 AD 48 0 C 3F 17 30 34 35
Octal 305 255 110 0 14 77 27 60 64 65
Binary 11000101 10101101 1001000 0 1100 111111 10111 110000 110100 110101

Color Harmonies of #C5AD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD48

Black with #C5AD48

Text Example


Text Example

White with #C5AD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD48; }

 p { color: rgb(197,173,72); }

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

background-color css

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

 a { background-color: rgb(197,173,72); }

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

border-color css

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

 span { border-color: rgb(197,173,72); }

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