Html Css Color HEX #C9A714 Buddha Gold

📋 copy color: '#C9A714'

red 201 ◦ green 167 ◦ blue 20

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

Shades of Buddha Gold #C9A714

Tints of Buddha Gold #C9A714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.04%

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

R = 51.8%
G = 43.04%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9A714 (or 0xC9A714) is known color: Buddha Gold. HEX triplet: C9, A7 and 14. RGB value is (201,167,20). Sum of RGB (Red+Green+Blue) = 201+167+20=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A714 is #3658EB. Grayscale: #A1A1A1. Windows color (decimal): -3561708 or 1353673. OLE color: 1353673.

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

Color convert

RGB 201 167 20 -
CMYK 0 0.17 0.90 0.21
HSL 48.73º 0.82% 0.43% -
HSV(B) 48.73º 0.9% 0.79% -
XYZ 38.03 40.11 6.4 -
YUV 160.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 201 167 20 0 0.17 0.90 0.21 48.73 0.82 0.43
Hex C9 A7 14 0 11 5A 15 31 52 2B
Octal 311 247 24 0 21 132 25 61 122 53
Binary 11001001 10100111 10100 0 10001 1011010 10101 110001 1010010 101011

Color Harmonies of #C9A714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A714

Black with #C9A714

Text Example


Text Example

White with #C9A714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A714; }

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

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

background-color css

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

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

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

border-color css

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

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

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