Html Css Color HEX #C5B953 Sundance

📋 copy color: '#C5B953'

red 197 ◦ green 185 ◦ blue 83

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

Shades of Sundance #C5B953

Tints of Sundance #C5B953

RGB

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

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

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

R = 42.37%
G = 39.78%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5B953 (or 0xC5B953) is known color: Sundance. HEX triplet: C5, B9 and 53. RGB value is (197,185,83). Sum of RGB (Red+Green+Blue) = 197+185+83=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B953 is #3A46AC. Grayscale: #B1B1B1. Windows color (decimal): -3819181 or 5487045. OLE color: 5487045.

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

Color convert

RGB 197 185 83 -
CMYK 0 0.06 0.58 0.23
HSL 53.68º 0.5% 0.55% -
HSV(B) 53.68º 0.58% 0.77% -
XYZ 41.94 47.19 15.08 -
YUV 176.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 197 185 83 0 0.06 0.58 0.23 53.68 0.5 0.55
Hex C5 B9 53 0 6 3A 17 36 32 37
Octal 305 271 123 0 6 72 27 66 62 67
Binary 11000101 10111001 1010011 0 110 111010 10111 110110 110010 110111

Color Harmonies of #C5B953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B953

Black with #C5B953

Text Example


Text Example

White with #C5B953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B953; }

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

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

background-color css

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

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

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

border-color css

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

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

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