Html Css Color HEX #C6A711 Buddha Gold

📋 copy color: '#C6A711'

red 198 ◦ green 167 ◦ blue 17

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

Shades of Buddha Gold #C6A711

Tints of Buddha Gold #C6A711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 51.83%
G = 43.72%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C6A711 (or 0xC6A711) is known color: Buddha Gold. HEX triplet: C6, A7 and 11. RGB value is (198,167,17). Sum of RGB (Red+Green+Blue) = 198+167+17=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A711 is #3958EE. Grayscale: #9F9F9F. Windows color (decimal): -3758319 or 1157062. OLE color: 1157062.

HSL color Cylindrical-coordinate representation of color #C6A711: hue angle of 49.72º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6A711 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 167 17 -
CMYK 0 0.16 0.91 0.22
HSL 49.72º 0.84% 0.42% -
HSV(B) 49.72º 0.91% 0.78% -
XYZ 37.21 39.68 6.23 -
YUV 159.17 47.77 155.7 -
System Red Green Blue C M Y K H S L
Decimal 198 167 17 0 0.16 0.91 0.22 49.72 0.84 0.42
Hex C6 A7 11 0 10 5B 16 32 54 2A
Octal 306 247 21 0 20 133 26 62 124 52
Binary 11000110 10100111 10001 0 10000 1011011 10110 110010 1010100 101010

Color Harmonies of #C6A711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A711

Black with #C6A711

Text Example


Text Example

White with #C6A711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A711; }

 p { color: rgb(198,167,17); }

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

background-color css

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

 a { background-color: rgb(198,167,17); }

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

border-color css

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

 span { border-color: rgb(198,167,17); }

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