Html Css Color HEX #C4A300 Buddha Gold

📋 copy color: '#C4A300'

red 196 ◦ green 163 ◦ blue 0

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

Shades of Buddha Gold #C4A300

Tints of Buddha Gold #C4A300

RGB

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

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

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

R = 54.6%
G = 45.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C4A300 (or 0xC4A300) is known color: Buddha Gold. HEX triplet: C4, A3 and 00. RGB value is (196,163,0). Sum of RGB (Red+Green+Blue) = 196+163+0=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A300 is #3B5CFF. Grayscale: #9A9A9A. Windows color (decimal): -3890432 or 41924. OLE color: 41924.

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

Color convert

RGB 196 163 0 -
CMYK 0 0.17 1 0.23
HSL 49.9º 1% 0.38% -
HSV(B) 49.9º 1% 0.77% -
XYZ 35.86 37.93 5.43 -
YUV 154.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 196 163 0 0 0.17 1 0.23 49.9 1 0.38
Hex C4 A3 0 0 11 64 17 32 64 26
Octal 304 243 0 0 21 144 27 62 144 46
Binary 11000100 10100011 0 0 10001 1100100 10111 110010 1100100 100110

Color Harmonies of #C4A300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A300

Black with #C4A300

Text Example


Text Example

White with #C4A300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A300; }

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

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

background-color css

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

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

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

border-color css

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

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

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