Html Css Color HEX #C3A300 Buddha Gold

📋 copy color: '#C3A300'

red 195 ◦ green 163 ◦ blue 0

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

Shades of Buddha Gold #C3A300

Tints of Buddha Gold #C3A300

RGB

 RED value IS 195 (76.56% from 255) = 54.47%

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

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

R = 54.47%
G = 45.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C3A300 (or 0xC3A300) is known color: Buddha Gold. HEX triplet: C3, A3 and 00. RGB value is (195,163,0). Sum of RGB (Red+Green+Blue) = 195+163+0=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A300 is #3C5CFF. Grayscale: #9A9A9A. Windows color (decimal): -3955968 or 41923. OLE color: 41923.

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

Color convert

RGB 195 163 0 -
CMYK 0 0.16 1 0.24
HSL 50.15º 1% 0.38% -
HSV(B) 50.15º 1% 0.76% -
XYZ 35.6 37.8 5.42 -
YUV 153.99 41.1 157.25 -
System Red Green Blue C M Y K H S L
Decimal 195 163 0 0 0.16 1 0.24 50.15 1 0.38
Hex C3 A3 0 0 10 64 18 32 64 26
Octal 303 243 0 0 20 144 30 62 144 46
Binary 11000011 10100011 0 0 10000 1100100 11000 110010 1100100 100110

Color Harmonies of #C3A300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A300

Black with #C3A300

Text Example


Text Example

White with #C3A300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A300; }

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

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

background-color css

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

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

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

border-color css

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

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

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