Html Css Color HEX #C4A615 Buddha Gold

📋 copy color: '#C4A615'

red 196 ◦ green 166 ◦ blue 21

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

Shades of Buddha Gold #C4A615

Tints of Buddha Gold #C4A615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

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

R = 51.17%
G = 43.34%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4A615 (or 0xC4A615) is known color: Buddha Gold. HEX triplet: C4, A6 and 15. RGB value is (196,166,21). Sum of RGB (Red+Green+Blue) = 196+166+21=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A615 is #3B59EA. Grayscale: #9F9F9F. Windows color (decimal): -3889643 or 1418948. OLE color: 1418948.

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

Color convert

RGB 196 166 21 -
CMYK 0 0.15 0.89 0.23
HSL 49.71º 0.81% 0.43% -
HSV(B) 49.71º 0.89% 0.77% -
XYZ 36.54 39.06 6.32 -
YUV 158.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 196 166 21 0 0.15 0.89 0.23 49.71 0.81 0.43
Hex C4 A6 15 0 F 59 17 32 51 2B
Octal 304 246 25 0 17 131 27 62 121 53
Binary 11000100 10100110 10101 0 1111 1011001 10111 110010 1010001 101011

Color Harmonies of #C4A615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A615

Black with #C4A615

Text Example


Text Example

White with #C4A615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A615; }

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

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

background-color css

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

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

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

border-color css

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

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

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