Html Css Color HEX #C5B749 Sundance

📋 copy color: '#C5B749'

red 197 ◦ green 183 ◦ blue 73

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

Shades of Sundance #C5B749

Tints of Sundance #C5B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.4%

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

R = 43.49%
G = 40.4%
B = 16.11%

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

#C5B749 (or 0xC5B749) is known color: Sundance. HEX triplet: C5, B7 and 49. RGB value is (197,183,73). Sum of RGB (Red+Green+Blue) = 197+183+73=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B749 is #3A48B6. Grayscale: #AFAFAF. Windows color (decimal): -3819703 or 4831173. OLE color: 4831173.

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

Color convert

RGB 197 183 73 -
CMYK 0 0.07 0.63 0.23
HSL 53.23º 0.52% 0.53% -
HSV(B) 53.23º 0.63% 0.77% -
XYZ 41.16 46.22 13.05 -
YUV 174.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 197 183 73 0 0.07 0.63 0.23 53.23 0.52 0.53
Hex C5 B7 49 0 7 3F 17 35 34 35
Octal 305 267 111 0 7 77 27 65 64 65
Binary 11000101 10110111 1001001 0 111 111111 10111 110101 110100 110101

Color Harmonies of #C5B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B749

Black with #C5B749

Text Example


Text Example

White with #C5B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B749; }

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

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

background-color css

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

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

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

border-color css

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

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

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