Html Css Color HEX #C9A814 Buddha Gold

📋 copy color: '#C9A814'

red 201 ◦ green 168 ◦ blue 20

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

Shades of Buddha Gold #C9A814

Tints of Buddha Gold #C9A814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.14%

R = 51.67%
G = 43.19%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9A814 (or 0xC9A814) is known color: Buddha Gold. HEX triplet: C9, A8 and 14. RGB value is (201,168,20). Sum of RGB (Red+Green+Blue) = 201+168+20=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A814 is #3657EB. Grayscale: #A1A1A1. Windows color (decimal): -3561452 or 1353929. OLE color: 1353929.

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

Color convert

RGB 201 168 20 -
CMYK 0 0.16 0.90 0.21
HSL 49.06º 0.82% 0.43% -
HSV(B) 49.06º 0.9% 0.79% -
XYZ 38.22 40.47 6.46 -
YUV 161 48.43 156.53 -
System Red Green Blue C M Y K H S L
Decimal 201 168 20 0 0.16 0.90 0.21 49.06 0.82 0.43
Hex C9 A8 14 0 10 5A 15 31 52 2B
Octal 311 250 24 0 20 132 25 61 122 53
Binary 11001001 10101000 10100 0 10000 1011010 10101 110001 1010010 101011

Color Harmonies of #C9A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A814

Black with #C9A814

Text Example


Text Example

White with #C9A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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