Html Css Color HEX #C5B553 Sundance

📋 copy color: '#C5B553'

red 197 ◦ green 181 ◦ blue 83

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

Shades of Sundance #C5B553

Tints of Sundance #C5B553

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 83 (32.81% from 255) = 18%

R = 42.73%
G = 39.26%
B = 18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5B553 (or 0xC5B553) is known color: Sundance. HEX triplet: C5, B5 and 53. RGB value is (197,181,83). Sum of RGB (Red+Green+Blue) = 197+181+83=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B553 is #3A4AAC. Grayscale: #AFAFAF. Windows color (decimal): -3820205 or 5486021. OLE color: 5486021.

HSL color Cylindrical-coordinate representation of color #C5B553: hue angle of 51.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5B553 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 83 -
CMYK 0 0.08 0.58 0.23
HSL 51.58º 0.5% 0.55% -
HSV(B) 51.58º 0.58% 0.77% -
XYZ 41.11 45.54 14.81 -
YUV 174.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 197 181 83 0 0.08 0.58 0.23 51.58 0.5 0.55
Hex C5 B5 53 0 8 3A 17 34 32 37
Octal 305 265 123 0 10 72 27 64 62 67
Binary 11000101 10110101 1010011 0 1000 111010 10111 110100 110010 110111

Color Harmonies of #C5B553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B553

Black with #C5B553

Text Example


Text Example

White with #C5B553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B553; }

 p { color: rgb(197,181,83); }

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

background-color css

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

 a { background-color: rgb(197,181,83); }

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

border-color css

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

 span { border-color: rgb(197,181,83); }

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