Html Css Color HEX #C3A700 Buddha Gold

📋 copy color: '#C3A700'

red 195 ◦ green 167 ◦ blue 0

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

Shades of Buddha Gold #C3A700

Tints of Buddha Gold #C3A700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

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

R = 53.87%
G = 46.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C3A700 (or 0xC3A700) is known color: Buddha Gold. HEX triplet: C3, A7 and 00. RGB value is (195,167,0). Sum of RGB (Red+Green+Blue) = 195+167+0=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A700 is #3C58FF. Grayscale: #9D9D9D. Windows color (decimal): -3954944 or 42947. OLE color: 42947.

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

Color convert

RGB 195 167 0 -
CMYK 0 0.14 1 0.24
HSL 51.38º 1% 0.38% -
HSV(B) 51.38º 1% 0.76% -
XYZ 36.32 39.24 5.66 -
YUV 156.33 39.78 155.58 -
System Red Green Blue C M Y K H S L
Decimal 195 167 0 0 0.14 1 0.24 51.38 1 0.38
Hex C3 A7 0 0 E 64 18 33 64 26
Octal 303 247 0 0 16 144 30 63 144 46
Binary 11000011 10100111 0 0 1110 1100100 11000 110011 1100100 100110

Color Harmonies of #C3A700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A700

Black with #C3A700

Text Example


Text Example

White with #C3A700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A700; }

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

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

background-color css

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

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

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

border-color css

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

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

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