Html Css Color HEX #C9A514 Buddha Gold

📋 copy color: '#C9A514'

red 201 ◦ green 165 ◦ blue 20

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

Shades of Buddha Gold #C9A514

Tints of Buddha Gold #C9A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

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

R = 52.07%
G = 42.75%
B = 5.18%

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

#C9A514 (or 0xC9A514) is known color: Buddha Gold. HEX triplet: C9, A5 and 14. RGB value is (201,165,20). Sum of RGB (Red+Green+Blue) = 201+165+20=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A514 is #365AEB. Grayscale: #9F9F9F. Windows color (decimal): -3562220 or 1353161. OLE color: 1353161.

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

Color convert

RGB 201 165 20 -
CMYK 0 0.18 0.90 0.21
HSL 48.07º 0.82% 0.43% -
HSV(B) 48.07º 0.9% 0.79% -
XYZ 37.67 39.38 6.28 -
YUV 159.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 201 165 20 0 0.18 0.90 0.21 48.07 0.82 0.43
Hex C9 A5 14 0 12 5A 15 30 52 2B
Octal 311 245 24 0 22 132 25 60 122 53
Binary 11001001 10100101 10100 0 10010 1011010 10101 110000 1010010 101011

Color Harmonies of #C9A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A514

Black with #C9A514

Text Example


Text Example

White with #C9A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A514; }

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

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

background-color css

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

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

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

border-color css

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

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

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