Html Css Color HEX #C4A306 Buddha Gold

📋 copy color: '#C4A306'

red 196 ◦ green 163 ◦ blue 6

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

Shades of Buddha Gold #C4A306

Tints of Buddha Gold #C4A306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 53.7%
G = 44.66%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C4A306 (or 0xC4A306) is known color: Buddha Gold. HEX triplet: C4, A3 and 06. RGB value is (196,163,6). Sum of RGB (Red+Green+Blue) = 196+163+6=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A306 is #3B5CF9. Grayscale: #9B9B9B. Windows color (decimal): -3890426 or 435140. OLE color: 435140.

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

Color convert

RGB 196 163 6 -
CMYK 0 0.17 0.97 0.23
HSL 49.58º 0.94% 0.4% -
HSV(B) 49.58º 0.97% 0.77% -
XYZ 35.9 37.94 5.6 -
YUV 154.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 196 163 6 0 0.17 0.97 0.23 49.58 0.94 0.4
Hex C4 A3 6 0 11 61 17 32 5E 28
Octal 304 243 6 0 21 141 27 62 136 50
Binary 11000100 10100011 110 0 10001 1100001 10111 110010 1011110 101000

Color Harmonies of #C4A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A306

Black with #C4A306

Text Example


Text Example

White with #C4A306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A306; }

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

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

background-color css

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

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

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

border-color css

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

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

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