Html Css Color HEX #C4A815 Buddha Gold

📋 copy color: '#C4A815'

red 196 ◦ green 168 ◦ blue 21

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

Shades of Buddha Gold #C4A815

Tints of Buddha Gold #C4A815

RGB

 RED value IS 196 (76.95% from 255) = 50.91%

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 50.91%
G = 43.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4A815 (or 0xC4A815) is known color: Buddha Gold. HEX triplet: C4, A8 and 15. RGB value is (196,168,21). Sum of RGB (Red+Green+Blue) = 196+168+21=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A815 is #3B57EA. Grayscale: #A0A0A0. Windows color (decimal): -3889131 or 1419460. OLE color: 1419460.

HSL color Cylindrical-coordinate representation of color #C4A815: hue angle of 50.4º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4A815 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 168 21 -
CMYK 0 0.14 0.89 0.23
HSL 50.4º 0.81% 0.43% -
HSV(B) 50.4º 0.89% 0.77% -
XYZ 36.9 39.8 6.45 -
YUV 159.61 49.78 153.95 -
System Red Green Blue C M Y K H S L
Decimal 196 168 21 0 0.14 0.89 0.23 50.4 0.81 0.43
Hex C4 A8 15 0 E 59 17 32 51 2B
Octal 304 250 25 0 16 131 27 62 121 53
Binary 11000100 10101000 10101 0 1110 1011001 10111 110010 1010001 101011

Color Harmonies of #C4A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A815

Black with #C4A815

Text Example


Text Example

White with #C4A815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A815; }

 p { color: rgb(196,168,21); }

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

background-color css

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

 a { background-color: rgb(196,168,21); }

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

border-color css

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

 span { border-color: rgb(196,168,21); }

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