Html Css Color HEX #C9A918 Buddha Gold

📋 copy color: '#C9A918'

red 201 ◦ green 169 ◦ blue 24

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

Shades of Buddha Gold #C9A918

Tints of Buddha Gold #C9A918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 51.02%
G = 42.89%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9A918 (or 0xC9A918) is known color: Buddha Gold. HEX triplet: C9, A9 and 18. RGB value is (201,169,24). Sum of RGB (Red+Green+Blue) = 201+169+24=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A918 is #3656E7. Grayscale: #A2A2A2. Windows color (decimal): -3561192 or 1616329. OLE color: 1616329.

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

Color convert

RGB 201 169 24 -
CMYK 0 0.16 0.88 0.21
HSL 49.15º 0.79% 0.44% -
HSV(B) 49.15º 0.88% 0.79% -
XYZ 38.44 40.86 6.72 -
YUV 162.04 50.1 155.79 -
System Red Green Blue C M Y K H S L
Decimal 201 169 24 0 0.16 0.88 0.21 49.15 0.79 0.44
Hex C9 A9 18 0 10 58 15 31 4F 2C
Octal 311 251 30 0 20 130 25 61 117 54
Binary 11001001 10101001 11000 0 10000 1011000 10101 110001 1001111 101100

Color Harmonies of #C9A918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A918

Black with #C9A918

Text Example


Text Example

White with #C9A918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A918; }

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

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

background-color css

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

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

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

border-color css

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

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

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