Html Css Color HEX #C9A414 Buddha Gold

📋 copy color: '#C9A414'

red 201 ◦ green 164 ◦ blue 20

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

Shades of Buddha Gold #C9A414

Tints of Buddha Gold #C9A414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.6%

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

R = 52.21%
G = 42.6%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C9A414 (or 0xC9A414) is known color: Buddha Gold. HEX triplet: C9, A4 and 14. RGB value is (201,164,20). Sum of RGB (Red+Green+Blue) = 201+164+20=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A414 is #365BEB. Grayscale: #9F9F9F. Windows color (decimal): -3562476 or 1352905. OLE color: 1352905.

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

Color convert

RGB 201 164 20 -
CMYK 0 0.18 0.90 0.21
HSL 47.73º 0.82% 0.43% -
HSV(B) 47.73º 0.9% 0.79% -
XYZ 37.49 39.02 6.22 -
YUV 158.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 201 164 20 0 0.18 0.90 0.21 47.73 0.82 0.43
Hex C9 A4 14 0 12 5A 15 30 52 2B
Octal 311 244 24 0 22 132 25 60 122 53
Binary 11001001 10100100 10100 0 10010 1011010 10101 110000 1010010 101011

Color Harmonies of #C9A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A414

Black with #C9A414

Text Example


Text Example

White with #C9A414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A414; }

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

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

background-color css

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

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

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

border-color css

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

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

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