Html Css Color HEX #C9A910 Buddha Gold

📋 copy color: '#C9A910'

red 201 ◦ green 169 ◦ blue 16

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

Shades of Buddha Gold #C9A910

Tints of Buddha Gold #C9A910

RGB

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

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

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

R = 52.07%
G = 43.78%
B = 4.15%

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

#C9A910 (or 0xC9A910) is known color: Buddha Gold. HEX triplet: C9, A9 and 10. RGB value is (201,169,16). Sum of RGB (Red+Green+Blue) = 201+169+16=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A910 is #3656EF. Grayscale: #A1A1A1. Windows color (decimal): -3561200 or 1092041. OLE color: 1092041.

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

Color convert

RGB 201 169 16 -
CMYK 0 0.16 0.92 0.21
HSL 49.62º 0.85% 0.43% -
HSV(B) 49.62º 0.92% 0.79% -
XYZ 38.37 40.83 6.35 -
YUV 161.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 201 169 16 0 0.16 0.92 0.21 49.62 0.85 0.43
Hex C9 A9 10 0 10 5C 15 32 55 2B
Octal 311 251 20 0 20 134 25 62 125 53
Binary 11001001 10101001 10000 0 10000 1011100 10101 110010 1010101 101011

Color Harmonies of #C9A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A910

Black with #C9A910

Text Example


Text Example

White with #C9A910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A910; }

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

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

background-color css

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

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

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

border-color css

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

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

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