Html Css Color HEX #C6A511 Buddha Gold

📋 copy color: '#C6A511'

red 198 ◦ green 165 ◦ blue 17

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

Shades of Buddha Gold #C6A511

Tints of Buddha Gold #C6A511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.42%

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

R = 52.11%
G = 43.42%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C6A511 (or 0xC6A511) is known color: Buddha Gold. HEX triplet: C6, A5 and 11. RGB value is (198,165,17). Sum of RGB (Red+Green+Blue) = 198+165+17=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A511 is #395AEE. Grayscale: #9E9E9E. Windows color (decimal): -3758831 or 1156550. OLE color: 1156550.

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

Color convert

RGB 198 165 17 -
CMYK 0 0.17 0.91 0.22
HSL 49.06º 0.84% 0.42% -
HSV(B) 49.06º 0.91% 0.78% -
XYZ 36.85 38.96 6.11 -
YUV 158 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 198 165 17 0 0.17 0.91 0.22 49.06 0.84 0.42
Hex C6 A5 11 0 11 5B 16 31 54 2A
Octal 306 245 21 0 21 133 26 61 124 52
Binary 11000110 10100101 10001 0 10001 1011011 10110 110001 1010100 101010

Color Harmonies of #C6A511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A511

Black with #C6A511

Text Example


Text Example

White with #C6A511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A511; }

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

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

background-color css

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

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

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

border-color css

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

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

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