Html Css Color HEX #C6A70F Buddha Gold

📋 copy color: '#C6A70F'

red 198 ◦ green 167 ◦ blue 15

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

Shades of Buddha Gold #C6A70F

Tints of Buddha Gold #C6A70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 52.11%
G = 43.95%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6A70F (or 0xC6A70F) is known color: Buddha Gold. HEX triplet: C6, A7 and 0F. RGB value is (198,167,15). Sum of RGB (Red+Green+Blue) = 198+167+15=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A70F is #3958F0. Grayscale: #9F9F9F. Windows color (decimal): -3758321 or 1025990. OLE color: 1025990.

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

Color convert

RGB 198 167 15 -
CMYK 0 0.16 0.92 0.22
HSL 49.84º 0.86% 0.42% -
HSV(B) 49.84º 0.92% 0.78% -
XYZ 37.19 39.68 6.15 -
YUV 158.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 198 167 15 0 0.16 0.92 0.22 49.84 0.86 0.42
Hex C6 A7 F 0 10 5C 16 32 56 2A
Octal 306 247 17 0 20 134 26 62 126 52
Binary 11000110 10100111 1111 0 10000 1011100 10110 110010 1010110 101010

Color Harmonies of #C6A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A70F

Black with #C6A70F

Text Example


Text Example

White with #C6A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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