Html Css Color HEX #C6A817 Buddha Gold

📋 copy color: '#C6A817'

red 198 ◦ green 168 ◦ blue 23

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

Shades of Buddha Gold #C6A817

Tints of Buddha Gold #C6A817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 50.9%
G = 43.19%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C6A817 (or 0xC6A817) is known color: Buddha Gold. HEX triplet: C6, A8 and 17. RGB value is (198,168,23). Sum of RGB (Red+Green+Blue) = 198+168+23=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A817 is #3957E8. Grayscale: #A1A1A1. Windows color (decimal): -3758057 or 1550534. OLE color: 1550534.

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

Color convert

RGB 198 168 23 -
CMYK 0 0.15 0.88 0.22
HSL 49.71º 0.79% 0.43% -
HSV(B) 49.71º 0.88% 0.78% -
XYZ 37.45 40.07 6.57 -
YUV 160.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 198 168 23 0 0.15 0.88 0.22 49.71 0.79 0.43
Hex C6 A8 17 0 F 58 16 32 4F 2B
Octal 306 250 27 0 17 130 26 62 117 53
Binary 11000110 10101000 10111 0 1111 1011000 10110 110010 1001111 101011

Color Harmonies of #C6A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A817

Black with #C6A817

Text Example


Text Example

White with #C6A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A817; }

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

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

background-color css

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

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

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

border-color css

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

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

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