Html Css Color HEX #C9A510 Buddha Gold

📋 copy color: '#C9A510'

red 201 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #C9A510

Tints of Buddha Gold #C9A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.19%

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

R = 52.62%
G = 43.19%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C9A510 (or 0xC9A510) is known color: Buddha Gold. HEX triplet: C9, A5 and 10. RGB value is (201,165,16). Sum of RGB (Red+Green+Blue) = 201+165+16=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A510 is #365AEF. Grayscale: #9F9F9F. Windows color (decimal): -3562224 or 1091017. OLE color: 1091017.

HSL color Cylindrical-coordinate representation of color #C9A510: hue angle of 48.32º 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 #C9A510 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 16 -
CMYK 0 0.18 0.92 0.21
HSL 48.32º 0.85% 0.43% -
HSV(B) 48.32º 0.92% 0.79% -
XYZ 37.64 39.37 6.1 -
YUV 158.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 201 165 16 0 0.18 0.92 0.21 48.32 0.85 0.43
Hex C9 A5 10 0 12 5C 15 30 55 2B
Octal 311 245 20 0 22 134 25 60 125 53
Binary 11001001 10100101 10000 0 10010 1011100 10101 110000 1010101 101011

Color Harmonies of #C9A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A510

Black with #C9A510

Text Example


Text Example

White with #C9A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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