Html Css Color HEX #C6A417 Buddha Gold

📋 copy color: '#C6A417'

red 198 ◦ green 164 ◦ blue 23

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

Shades of Buddha Gold #C6A417

Tints of Buddha Gold #C6A417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.6%

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

R = 51.43%
G = 42.6%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C6A417 (or 0xC6A417) is known color: Buddha Gold. HEX triplet: C6, A4 and 17. RGB value is (198,164,23). Sum of RGB (Red+Green+Blue) = 198+164+23=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A417 is #395BE8. Grayscale: #9E9E9E. Windows color (decimal): -3759081 or 1549510. OLE color: 1549510.

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

Color convert

RGB 198 164 23 -
CMYK 0 0.17 0.88 0.22
HSL 48.34º 0.79% 0.43% -
HSV(B) 48.34º 0.88% 0.78% -
XYZ 36.72 38.62 6.33 -
YUV 158.09 51.76 156.46 -
System Red Green Blue C M Y K H S L
Decimal 198 164 23 0 0.17 0.88 0.22 48.34 0.79 0.43
Hex C6 A4 17 0 11 58 16 30 4F 2B
Octal 306 244 27 0 21 130 26 60 117 53
Binary 11000110 10100100 10111 0 10001 1011000 10110 110000 1001111 101011

Color Harmonies of #C6A417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A417

Black with #C6A417

Text Example


Text Example

White with #C6A417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A417; }

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

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

background-color css

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

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

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

border-color css

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

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

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