Html Css Color HEX #C5A53D Sundance

📋 copy color: '#C5A53D'

red 197 ◦ green 165 ◦ blue 61

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

Shades of Sundance #C5A53D

Tints of Sundance #C5A53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 61 (24.22% from 255) = 14.42%

R = 46.57%
G = 39.01%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5A53D (or 0xC5A53D) is known color: Sundance. HEX triplet: C5, A5 and 3D. RGB value is (197,165,61). Sum of RGB (Red+Green+Blue) = 197+165+61=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A53D is #3A5AC2. Grayscale: #A3A3A3. Windows color (decimal): -3824323 or 4040133. OLE color: 4040133.

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

Color convert

RGB 197 165 61 -
CMYK 0 0.16 0.69 0.23
HSL 45.88º 0.54% 0.51% -
HSV(B) 45.88º 0.69% 0.77% -
XYZ 37.32 39.12 10 -
YUV 162.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 197 165 61 0 0.16 0.69 0.23 45.88 0.54 0.51
Hex C5 A5 3D 0 10 45 17 2E 36 33
Octal 305 245 75 0 20 105 27 56 66 63
Binary 11000101 10100101 111101 0 10000 1000101 10111 101110 110110 110011

Color Harmonies of #C5A53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A53D

Black with #C5A53D

Text Example


Text Example

White with #C5A53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A53D; }

 p { color: rgb(197,165,61); }

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

background-color css

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

 a { background-color: rgb(197,165,61); }

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

border-color css

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

 span { border-color: rgb(197,165,61); }

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