Html Css Color HEX #C5B94D Sundance

📋 copy color: '#C5B94D'

red 197 ◦ green 185 ◦ blue 77

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

Shades of Sundance #C5B94D

Tints of Sundance #C5B94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 42.92%
G = 40.31%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5B94D (or 0xC5B94D) is known color: Sundance. HEX triplet: C5, B9 and 4D. RGB value is (197,185,77). Sum of RGB (Red+Green+Blue) = 197+185+77=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B94D is #3A46B2. Grayscale: #B0B0B0. Windows color (decimal): -3819187 or 5093829. OLE color: 5093829.

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

Color convert

RGB 197 185 77 -
CMYK 0 0.06 0.61 0.23
HSL 54º 0.51% 0.54% -
HSV(B) 54º 0.61% 0.77% -
XYZ 41.71 47.1 13.91 -
YUV 176.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 197 185 77 0 0.06 0.61 0.23 54 0.51 0.54
Hex C5 B9 4D 0 6 3D 17 36 33 36
Octal 305 271 115 0 6 75 27 66 63 66
Binary 11000101 10111001 1001101 0 110 111101 10111 110110 110011 110110

Color Harmonies of #C5B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B94D

Black with #C5B94D

Text Example


Text Example

White with #C5B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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