Html Css Color HEX #C6AA05 Buddha Gold

📋 copy color: '#C6AA05'

red 198 ◦ green 170 ◦ blue 5

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

Shades of Buddha Gold #C6AA05

Tints of Buddha Gold #C6AA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 53.08%
G = 45.58%
B = 1.34%

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

#C6AA05 (or 0xC6AA05) is known color: Buddha Gold. HEX triplet: C6, AA and 05. RGB value is (198,170,5). Sum of RGB (Red+Green+Blue) = 198+170+5=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA05 is #3955FA. Grayscale: #A0A0A0. Windows color (decimal): -3757563 or 371398. OLE color: 371398.

HSL color Cylindrical-coordinate representation of color #C6AA05: hue angle of 51.3º degrees, saturation: 0.95, 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 #C6AA05 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 5 -
CMYK 0 0.14 0.97 0.22
HSL 51.3º 0.95% 0.4% -
HSV(B) 51.3º 0.97% 0.78% -
XYZ 37.69 40.77 6.03 -
YUV 159.56 40.78 155.42 -
System Red Green Blue C M Y K H S L
Decimal 198 170 5 0 0.14 0.97 0.22 51.3 0.95 0.4
Hex C6 AA 5 0 E 61 16 33 5F 28
Octal 306 252 5 0 16 141 26 63 137 50
Binary 11000110 10101010 101 0 1110 1100001 10110 110011 1011111 101000

Color Harmonies of #C6AA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA05

Black with #C6AA05

Text Example


Text Example

White with #C6AA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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