Html Css Color HEX #C6AA06 Buddha Gold

📋 copy color: '#C6AA06'

red 198 ◦ green 170 ◦ blue 6

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

Shades of Buddha Gold #C6AA06

Tints of Buddha Gold #C6AA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.45%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 52.94%
G = 45.45%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C6AA06 (or 0xC6AA06) is known color: Buddha Gold. HEX triplet: C6, AA and 06. RGB value is (198,170,6). Sum of RGB (Red+Green+Blue) = 198+170+6=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA06 is #3955F9. Grayscale: #A0A0A0. Windows color (decimal): -3757562 or 436934. OLE color: 436934.

HSL color Cylindrical-coordinate representation of color #C6AA06: hue angle of 51.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6AA06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 6 -
CMYK 0 0.14 0.97 0.22
HSL 51.25º 0.94% 0.4% -
HSV(B) 51.25º 0.97% 0.78% -
XYZ 37.7 40.77 6.05 -
YUV 159.68 41.28 155.34 -
System Red Green Blue C M Y K H S L
Decimal 198 170 6 0 0.14 0.97 0.22 51.25 0.94 0.4
Hex C6 AA 6 0 E 61 16 33 5E 28
Octal 306 252 6 0 16 141 26 63 136 50
Binary 11000110 10101010 110 0 1110 1100001 10110 110011 1011110 101000

Color Harmonies of #C6AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA06

Black with #C6AA06

Text Example


Text Example

White with #C6AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA06; }

 p { color: rgb(198,170,6); }

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

background-color css

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

 a { background-color: rgb(198,170,6); }

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

border-color css

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

 span { border-color: rgb(198,170,6); }

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