Html Css Color HEX #C5B64C Sundance

📋 copy color: '#C5B64C'

red 197 ◦ green 182 ◦ blue 76

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

Shades of Sundance #C5B64C

Tints of Sundance #C5B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

 BLUE value IS 76 (30.08% from 255) = 16.7%

R = 43.3%
G = 40%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5B64C (or 0xC5B64C) is known color: Sundance. HEX triplet: C5, B6 and 4C. RGB value is (197,182,76). Sum of RGB (Red+Green+Blue) = 197+182+76=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B64C is #3A49B3. Grayscale: #AEAEAE. Windows color (decimal): -3819956 or 5027525. OLE color: 5027525.

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

Color convert

RGB 197 182 76 -
CMYK 0 0.08 0.61 0.23
HSL 52.56º 0.51% 0.54% -
HSV(B) 52.56º 0.61% 0.77% -
XYZ 41.06 45.85 13.52 -
YUV 174.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 197 182 76 0 0.08 0.61 0.23 52.56 0.51 0.54
Hex C5 B6 4C 0 8 3D 17 35 33 36
Octal 305 266 114 0 10 75 27 65 63 66
Binary 11000101 10110110 1001100 0 1000 111101 10111 110101 110011 110110

Color Harmonies of #C5B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B64C

Black with #C5B64C

Text Example


Text Example

White with #C5B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B64C; }

 p { color: rgb(197,182,76); }

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

background-color css

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

 a { background-color: rgb(197,182,76); }

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

border-color css

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

 span { border-color: rgb(197,182,76); }

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