Html Css Color HEX #C6AA03 Buddha Gold

📋 copy color: '#C6AA03'

red 198 ◦ green 170 ◦ blue 3

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

Shades of Buddha Gold #C6AA03

Tints of Buddha Gold #C6AA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 53.37%
G = 45.82%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C6AA03 (or 0xC6AA03) is known color: Buddha Gold. HEX triplet: C6, AA and 03. RGB value is (198,170,3). Sum of RGB (Red+Green+Blue) = 198+170+3=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA03 is #3955FC. Grayscale: #A0A0A0. Windows color (decimal): -3757565 or 240326. OLE color: 240326.

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

Color convert

RGB 198 170 3 -
CMYK 0 0.14 0.98 0.22
HSL 51.38º 0.97% 0.39% -
HSV(B) 51.38º 0.98% 0.78% -
XYZ 37.68 40.76 5.97 -
YUV 159.33 39.78 155.58 -
System Red Green Blue C M Y K H S L
Decimal 198 170 3 0 0.14 0.98 0.22 51.38 0.97 0.39
Hex C6 AA 3 0 E 62 16 33 61 27
Octal 306 252 3 0 16 142 26 63 141 47
Binary 11000110 10101010 11 0 1110 1100010 10110 110011 1100001 100111

Color Harmonies of #C6AA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA03

Black with #C6AA03

Text Example


Text Example

White with #C6AA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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