Html Css Color HEX #C4A304 Buddha Gold

📋 copy color: '#C4A304'

red 196 ◦ green 163 ◦ blue 4

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

Shades of Buddha Gold #C4A304

Tints of Buddha Gold #C4A304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 53.99%
G = 44.9%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4A304 (or 0xC4A304) is known color: Buddha Gold. HEX triplet: C4, A3 and 04. RGB value is (196,163,4). Sum of RGB (Red+Green+Blue) = 196+163+4=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A304 is #3B5CFB. Grayscale: #9B9B9B. Windows color (decimal): -3890428 or 304068. OLE color: 304068.

HSL color Cylindrical-coordinate representation of color #C4A304: hue angle of 49.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4A304 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 163 4 -
CMYK 0 0.17 0.98 0.23
HSL 49.69º 0.96% 0.39% -
HSV(B) 49.69º 0.98% 0.77% -
XYZ 35.88 37.94 5.55 -
YUV 154.74 42.93 157.43 -
System Red Green Blue C M Y K H S L
Decimal 196 163 4 0 0.17 0.98 0.23 49.69 0.96 0.39
Hex C4 A3 4 0 11 62 17 32 60 27
Octal 304 243 4 0 21 142 27 62 140 47
Binary 11000100 10100011 100 0 10001 1100010 10111 110010 1100000 100111

Color Harmonies of #C4A304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A304

Black with #C4A304

Text Example


Text Example

White with #C4A304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A304; }

 p { color: rgb(196,163,4); }

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

background-color css

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

 a { background-color: rgb(196,163,4); }

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

border-color css

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

 span { border-color: rgb(196,163,4); }

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