Html Css Color HEX #C5B950 Sundance

📋 copy color: '#C5B950'

red 197 ◦ green 185 ◦ blue 80

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

Shades of Sundance #C5B950

Tints of Sundance #C5B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 42.64%
G = 40.04%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5B950 (or 0xC5B950) is known color: Sundance. HEX triplet: C5, B9 and 50. RGB value is (197,185,80). Sum of RGB (Red+Green+Blue) = 197+185+80=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B950 is #3A46AF. Grayscale: #B1B1B1. Windows color (decimal): -3819184 or 5290437. OLE color: 5290437.

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

Color convert

RGB 197 185 80 -
CMYK 0 0.06 0.59 0.23
HSL 53.85º 0.5% 0.54% -
HSV(B) 53.85º 0.59% 0.77% -
XYZ 41.82 47.15 14.49 -
YUV 176.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 197 185 80 0 0.06 0.59 0.23 53.85 0.5 0.54
Hex C5 B9 50 0 6 3B 17 36 32 36
Octal 305 271 120 0 6 73 27 66 62 66
Binary 11000101 10111001 1010000 0 110 111011 10111 110110 110010 110110

Color Harmonies of #C5B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B950

Black with #C5B950

Text Example


Text Example

White with #C5B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B950; }

 p { color: rgb(197,185,80); }

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

background-color css

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

 a { background-color: rgb(197,185,80); }

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

border-color css

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

 span { border-color: rgb(197,185,80); }

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