Html Css Color HEX #C6AA07 Buddha Gold

📋 copy color: '#C6AA07'

red 198 ◦ green 170 ◦ blue 7

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

Shades of Buddha Gold #C6AA07

Tints of Buddha Gold #C6AA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 52.8%
G = 45.33%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C6AA07 (or 0xC6AA07) is known color: Buddha Gold. HEX triplet: C6, AA and 07. RGB value is (198,170,7). Sum of RGB (Red+Green+Blue) = 198+170+7=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA07 is #3955F8. Grayscale: #A0A0A0. Windows color (decimal): -3757561 or 502470. OLE color: 502470.

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

Color convert

RGB 198 170 7 -
CMYK 0 0.14 0.96 0.22
HSL 51.2º 0.93% 0.4% -
HSV(B) 51.2º 0.96% 0.78% -
XYZ 37.7 40.77 6.08 -
YUV 159.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 198 170 7 0 0.14 0.96 0.22 51.2 0.93 0.4
Hex C6 AA 7 0 E 60 16 33 5D 28
Octal 306 252 7 0 16 140 26 63 135 50
Binary 11000110 10101010 111 0 1110 1100000 10110 110011 1011101 101000

Color Harmonies of #C6AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA07

Black with #C6AA07

Text Example


Text Example

White with #C6AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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