Html Css Color HEX #C4A900 Buddha Gold

📋 copy color: '#C4A900'

red 196 ◦ green 169 ◦ blue 0

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

Shades of Buddha Gold #C4A900

Tints of Buddha Gold #C4A900

RGB

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

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

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

R = 53.7%
G = 46.3%
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

#C4A900 (or 0xC4A900) is known color: Buddha Gold. HEX triplet: C4, A9 and 00. RGB value is (196,169,0). Sum of RGB (Red+Green+Blue) = 196+169+0=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A900 is #3B56FF. Grayscale: #9E9E9E. Windows color (decimal): -3888896 or 43460. OLE color: 43460.

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

Color convert

RGB 196 169 0 -
CMYK 0 0.14 1 0.23
HSL 51.73º 1% 0.38% -
HSV(B) 51.73º 1% 0.77% -
XYZ 36.95 40.11 5.79 -
YUV 157.81 38.95 155.24 -
System Red Green Blue C M Y K H S L
Decimal 196 169 0 0 0.14 1 0.23 51.73 1 0.38
Hex C4 A9 0 0 E 64 17 34 64 26
Octal 304 251 0 0 16 144 27 64 144 46
Binary 11000100 10101001 0 0 1110 1100100 10111 110100 1100100 100110

Color Harmonies of #C4A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A900

Black with #C4A900

Text Example


Text Example

White with #C4A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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