Html Css Color HEX #C6AC0E Buddha Gold

📋 copy color: '#C6AC0E'

red 198 ◦ green 172 ◦ blue 14

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

Shades of Buddha Gold #C6AC0E

Tints of Buddha Gold #C6AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 51.56%
G = 44.79%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6AC0E (or 0xC6AC0E) is known color: Buddha Gold. HEX triplet: C6, AC and 0E. RGB value is (198,172,14). Sum of RGB (Red+Green+Blue) = 198+172+14=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AC0E is #3953F1. Grayscale: #A2A2A2. Windows color (decimal): -3757042 or 961734. OLE color: 961734.

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

Color convert

RGB 198 172 14 -
CMYK 0 0.13 0.93 0.22
HSL 51.52º 0.87% 0.42% -
HSV(B) 51.52º 0.93% 0.78% -
XYZ 38.12 41.54 6.42 -
YUV 161.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 198 172 14 0 0.13 0.93 0.22 51.52 0.87 0.42
Hex C6 AC E 0 D 5D 16 34 57 2A
Octal 306 254 16 0 15 135 26 64 127 52
Binary 11000110 10101100 1110 0 1101 1011101 10110 110100 1010111 101010

Color Harmonies of #C6AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC0E

Black with #C6AC0E

Text Example


Text Example

White with #C6AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC0E; }

 p { color: rgb(198,172,14); }

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

background-color css

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

 a { background-color: rgb(198,172,14); }

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

border-color css

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

 span { border-color: rgb(198,172,14); }

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