Html Css Color HEX #C9A810 Buddha Gold

📋 copy color: '#C9A810'

red 201 ◦ green 168 ◦ blue 16

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

Shades of Buddha Gold #C9A810

Tints of Buddha Gold #C9A810

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 52.21%
G = 43.64%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9A810 (or 0xC9A810) is known color: Buddha Gold. HEX triplet: C9, A8 and 10. RGB value is (201,168,16). Sum of RGB (Red+Green+Blue) = 201+168+16=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A810 is #3657EF. Grayscale: #A1A1A1. Windows color (decimal): -3561456 or 1091785. OLE color: 1091785.

HSL color Cylindrical-coordinate representation of color #C9A810: hue angle of 49.3º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9A810 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 168 16 -
CMYK 0 0.16 0.92 0.21
HSL 49.3º 0.85% 0.43% -
HSV(B) 49.3º 0.92% 0.79% -
XYZ 38.18 40.46 6.29 -
YUV 160.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 201 168 16 0 0.16 0.92 0.21 49.3 0.85 0.43
Hex C9 A8 10 0 10 5C 15 31 55 2B
Octal 311 250 20 0 20 134 25 61 125 53
Binary 11001001 10101000 10000 0 10000 1011100 10101 110001 1010101 101011

Color Harmonies of #C9A810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A810

Black with #C9A810

Text Example


Text Example

White with #C9A810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A810; }

 p { color: rgb(201,168,16); }

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

background-color css

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

 a { background-color: rgb(201,168,16); }

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

border-color css

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

 span { border-color: rgb(201,168,16); }

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