Html Css Color HEX #C5A909 Buddha Gold

📋 copy color: '#C5A909'

red 197 ◦ green 169 ◦ blue 9

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

Shades of Buddha Gold #C5A909

Tints of Buddha Gold #C5A909

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.07%

 BLUE value IS 9 (3.91% from 255) = 2.4%

R = 52.53%
G = 45.07%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5A909 (or 0xC5A909) is known color: Buddha Gold. HEX triplet: C5, A9 and 09. RGB value is (197,169,9). Sum of RGB (Red+Green+Blue) = 197+169+9=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A909 is #3A56F6. Grayscale: #9F9F9F. Windows color (decimal): -3823351 or 633285. OLE color: 633285.

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

Color convert

RGB 197 169 9 -
CMYK 0 0.14 0.95 0.23
HSL 51.06º 0.91% 0.4% -
HSV(B) 51.06º 0.95% 0.77% -
XYZ 37.26 40.27 6.07 -
YUV 159.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 197 169 9 0 0.14 0.95 0.23 51.06 0.91 0.4
Hex C5 A9 9 0 E 5F 17 33 5B 28
Octal 305 251 11 0 16 137 27 63 133 50
Binary 11000101 10101001 1001 0 1110 1011111 10111 110011 1011011 101000

Color Harmonies of #C5A909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A909

Black with #C5A909

Text Example


Text Example

White with #C5A909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A909; }

 p { color: rgb(197,169,9); }

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

background-color css

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

 a { background-color: rgb(197,169,9); }

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

border-color css

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

 span { border-color: rgb(197,169,9); }

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