Html Css Color HEX #C4A800 Buddha Gold

📋 copy color: '#C4A800'

red 196 ◦ green 168 ◦ blue 0

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

Shades of Buddha Gold #C4A800

Tints of Buddha Gold #C4A800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C4A800 (or 0xC4A800) is known color: Buddha Gold. HEX triplet: C4, A8 and 00. RGB value is (196,168,0). Sum of RGB (Red+Green+Blue) = 196+168+0=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A800 is #3B57FF. Grayscale: #9D9D9D. Windows color (decimal): -3889152 or 43204. OLE color: 43204.

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

Color convert

RGB 196 168 0 -
CMYK 0 0.14 1 0.23
HSL 51.43º 1% 0.38% -
HSV(B) 51.43º 1% 0.77% -
XYZ 36.77 39.74 5.73 -
YUV 157.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 196 168 0 0 0.14 1 0.23 51.43 1 0.38
Hex C4 A8 0 0 E 64 17 33 64 26
Octal 304 250 0 0 16 144 27 63 144 46
Binary 11000100 10101000 0 0 1110 1100100 10111 110011 1100100 100110

Color Harmonies of #C4A800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A800

Black with #C4A800

Text Example


Text Example

White with #C4A800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A800; }

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

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

background-color css

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

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

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

border-color css

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

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

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