Html Css Color HEX #C4A913 Buddha Gold

📋 copy color: '#C4A913'

red 196 ◦ green 169 ◦ blue 19

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

Shades of Buddha Gold #C4A913

Tints of Buddha Gold #C4A913

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 51.04%
G = 44.01%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4A913 (or 0xC4A913) is known color: Buddha Gold. HEX triplet: C4, A9 and 13. RGB value is (196,169,19). Sum of RGB (Red+Green+Blue) = 196+169+19=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A913 is #3B56EC. Grayscale: #A0A0A0. Windows color (decimal): -3888877 or 1288644. OLE color: 1288644.

HSL color Cylindrical-coordinate representation of color #C4A913: hue angle of 50.85º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4A913 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 169 19 -
CMYK 0 0.14 0.90 0.23
HSL 50.85º 0.82% 0.42% -
HSV(B) 50.85º 0.9% 0.77% -
XYZ 37.07 40.16 6.41 -
YUV 159.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 196 169 19 0 0.14 0.90 0.23 50.85 0.82 0.42
Hex C4 A9 13 0 E 5A 17 33 52 2A
Octal 304 251 23 0 16 132 27 63 122 52
Binary 11000100 10101001 10011 0 1110 1011010 10111 110011 1010010 101010

Color Harmonies of #C4A913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A913

Black with #C4A913

Text Example


Text Example

White with #C4A913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A913; }

 p { color: rgb(196,169,19); }

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

background-color css

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

 a { background-color: rgb(196,169,19); }

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

border-color css

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

 span { border-color: rgb(196,169,19); }

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