Html Css Color HEX #C9A318 Buddha Gold

📋 copy color: '#C9A318'

red 201 ◦ green 163 ◦ blue 24

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

Shades of Buddha Gold #C9A318

Tints of Buddha Gold #C9A318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 51.8%
G = 42.01%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9A318 (or 0xC9A318) is known color: Buddha Gold. HEX triplet: C9, A3 and 18. RGB value is (201,163,24). Sum of RGB (Red+Green+Blue) = 201+163+24=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A318 is #365CE7. Grayscale: #9F9F9F. Windows color (decimal): -3562728 or 1614793. OLE color: 1614793.

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

Color convert

RGB 201 163 24 -
CMYK 0 0.19 0.88 0.21
HSL 47.12º 0.79% 0.44% -
HSV(B) 47.12º 0.88% 0.79% -
XYZ 37.35 38.68 6.36 -
YUV 158.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 201 163 24 0 0.19 0.88 0.21 47.12 0.79 0.44
Hex C9 A3 18 0 13 58 15 2F 4F 2C
Octal 311 243 30 0 23 130 25 57 117 54
Binary 11001001 10100011 11000 0 10011 1011000 10101 101111 1001111 101100

Color Harmonies of #C9A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A318

Black with #C9A318

Text Example


Text Example

White with #C9A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A318; }

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

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

background-color css

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

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

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

border-color css

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

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

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