Html Css Color HEX #C5A224 Buddha Gold

📋 copy color: '#C5A224'

red 197 ◦ green 162 ◦ blue 36

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

Shades of Buddha Gold #C5A224

Tints of Buddha Gold #C5A224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 36 (14.45% from 255) = 9.11%

R = 49.87%
G = 41.01%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C5A224 (or 0xC5A224) is known color: Buddha Gold. HEX triplet: C5, A2 and 24. RGB value is (197,162,36). Sum of RGB (Red+Green+Blue) = 197+162+36=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A224 is #3A5DDB. Grayscale: #9E9E9E. Windows color (decimal): -3825116 or 2400965. OLE color: 2400965.

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

Color convert

RGB 197 162 36 -
CMYK 0 0.18 0.82 0.23
HSL 46.96º 0.69% 0.46% -
HSV(B) 46.96º 0.82% 0.77% -
XYZ 36.26 37.84 7.06 -
YUV 158.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 197 162 36 0 0.18 0.82 0.23 46.96 0.69 0.46
Hex C5 A2 24 0 12 52 17 2F 45 2E
Octal 305 242 44 0 22 122 27 57 105 56
Binary 11000101 10100010 100100 0 10010 1010010 10111 101111 1000101 101110

Color Harmonies of #C5A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A224

Black with #C5A224

Text Example


Text Example

White with #C5A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A224; }

 p { color: rgb(197,162,36); }

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

background-color css

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

 a { background-color: rgb(197,162,36); }

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

border-color css

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

 span { border-color: rgb(197,162,36); }

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