Html Css Color HEX #C9A614 Buddha Gold

📋 copy color: '#C9A614'

red 201 ◦ green 166 ◦ blue 20

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

Shades of Buddha Gold #C9A614

Tints of Buddha Gold #C9A614

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.89%

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

R = 51.94%
G = 42.89%
B = 5.17%

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

#C9A614 (or 0xC9A614) is known color: Buddha Gold. HEX triplet: C9, A6 and 14. RGB value is (201,166,20). Sum of RGB (Red+Green+Blue) = 201+166+20=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A614 is #3659EB. Grayscale: #A0A0A0. Windows color (decimal): -3561964 or 1353417. OLE color: 1353417.

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

Color convert

RGB 201 166 20 -
CMYK 0 0.17 0.90 0.21
HSL 48.4º 0.82% 0.43% -
HSV(B) 48.4º 0.9% 0.79% -
XYZ 37.85 39.74 6.34 -
YUV 159.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 201 166 20 0 0.17 0.90 0.21 48.4 0.82 0.43
Hex C9 A6 14 0 11 5A 15 30 52 2B
Octal 311 246 24 0 21 132 25 60 122 53
Binary 11001001 10100110 10100 0 10001 1011010 10101 110000 1010010 101011

Color Harmonies of #C9A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A614

Black with #C9A614

Text Example


Text Example

White with #C9A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A614; }

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

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

background-color css

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

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

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

border-color css

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

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

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