Html Css Color HEX #C5B849 Sundance

📋 copy color: '#C5B849'

red 197 ◦ green 184 ◦ blue 73

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

Shades of Sundance #C5B849

Tints of Sundance #C5B849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.53%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 43.39%
G = 40.53%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5B849 (or 0xC5B849) is known color: Sundance. HEX triplet: C5, B8 and 49. RGB value is (197,184,73). Sum of RGB (Red+Green+Blue) = 197+184+73=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B849 is #3A47B6. Grayscale: #AFAFAF. Windows color (decimal): -3819447 or 4831429. OLE color: 4831429.

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

Color convert

RGB 197 184 73 -
CMYK 0 0.07 0.63 0.23
HSL 53.71º 0.52% 0.53% -
HSV(B) 53.71º 0.63% 0.77% -
XYZ 41.37 46.63 13.12 -
YUV 175.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 197 184 73 0 0.07 0.63 0.23 53.71 0.52 0.53
Hex C5 B8 49 0 7 3F 17 36 34 35
Octal 305 270 111 0 7 77 27 66 64 65
Binary 11000101 10111000 1001001 0 111 111111 10111 110110 110100 110101

Color Harmonies of #C5B849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B849

Black with #C5B849

Text Example


Text Example

White with #C5B849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B849; }

 p { color: rgb(197,184,73); }

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

background-color css

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

 a { background-color: rgb(197,184,73); }

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

border-color css

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

 span { border-color: rgb(197,184,73); }

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