Html Css Color HEX #C6A801 Buddha Gold

📋 copy color: '#C6A801'

red 198 ◦ green 168 ◦ blue 1

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

Shades of Buddha Gold #C6A801

Tints of Buddha Gold #C6A801

RGB

 RED value IS 198 (77.73% from 255) = 53.95%

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 53.95%
G = 45.78%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C6A801 (or 0xC6A801) is known color: Buddha Gold. HEX triplet: C6, A8 and 01. RGB value is (198,168,1). Sum of RGB (Red+Green+Blue) = 198+168+1=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A801 is #3957FE. Grayscale: #9E9E9E. Windows color (decimal): -3758079 or 108742. OLE color: 108742.

HSL color Cylindrical-coordinate representation of color #C6A801: hue angle of 50.86º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6A801 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 168 1 -
CMYK 0 0.15 0.99 0.22
HSL 50.86º 0.99% 0.39% -
HSV(B) 50.86º 0.99% 0.78% -
XYZ 37.3 40.01 5.79 -
YUV 157.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 198 168 1 0 0.15 0.99 0.22 50.86 0.99 0.39
Hex C6 A8 1 0 F 63 16 33 63 27
Octal 306 250 1 0 17 143 26 63 143 47
Binary 11000110 10101000 1 0 1111 1100011 10110 110011 1100011 100111

Color Harmonies of #C6A801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A801

Black with #C6A801

Text Example


Text Example

White with #C6A801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A801; }

 p { color: rgb(198,168,1); }

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

background-color css

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

 a { background-color: rgb(198,168,1); }

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

border-color css

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

 span { border-color: rgb(198,168,1); }

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