Html Css Color HEX #C5AA04 Buddha Gold

📋 copy color: '#C5AA04'

red 197 ◦ green 170 ◦ blue 4

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

Shades of Buddha Gold #C5AA04

Tints of Buddha Gold #C5AA04

RGB

 RED value IS 197 (77.34% from 255) = 53.1%

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 53.1%
G = 45.82%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C5AA04 (or 0xC5AA04) is known color: Buddha Gold. HEX triplet: C5, AA and 04. RGB value is (197,170,4). Sum of RGB (Red+Green+Blue) = 197+170+4=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA04 is #3A55FB. Grayscale: #9F9F9F. Windows color (decimal): -3823100 or 305861. OLE color: 305861.

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

Color convert

RGB 197 170 4 -
CMYK 0 0.14 0.98 0.23
HSL 51.61º 0.96% 0.39% -
HSV(B) 51.61º 0.98% 0.77% -
XYZ 37.42 40.63 5.98 -
YUV 159.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 197 170 4 0 0.14 0.98 0.23 51.61 0.96 0.39
Hex C5 AA 4 0 E 62 17 34 60 27
Octal 305 252 4 0 16 142 27 64 140 47
Binary 11000101 10101010 100 0 1110 1100010 10111 110100 1100000 100111

Color Harmonies of #C5AA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA04

Black with #C5AA04

Text Example


Text Example

White with #C5AA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA04; }

 p { color: rgb(197,170,4); }

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

background-color css

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

 a { background-color: rgb(197,170,4); }

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

border-color css

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

 span { border-color: rgb(197,170,4); }

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