Html Css Color HEX #C9A500 Buddha Gold

📋 copy color: '#C9A500'

red 201 ◦ green 165 ◦ blue 0

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

Shades of Buddha Gold #C9A500

Tints of Buddha Gold #C9A500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.92%
G = 45.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C9A500 (or 0xC9A500) is known color: Buddha Gold. HEX triplet: C9, A5 and 00. RGB value is (201,165,0). Sum of RGB (Red+Green+Blue) = 201+165+0=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A500 is #365AFF. Grayscale: #9D9D9D. Windows color (decimal): -3562240 or 42441. OLE color: 42441.

HSL color Cylindrical-coordinate representation of color #C9A500: hue angle of 49.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9A500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 0 -
CMYK 0 0.18 1 0.21
HSL 49.25º 1% 0.39% -
HSV(B) 49.25º 1% 0.79% -
XYZ 37.54 39.33 5.61 -
YUV 156.95 39.43 159.42 -
System Red Green Blue C M Y K H S L
Decimal 201 165 0 0 0.18 1 0.21 49.25 1 0.39
Hex C9 A5 0 0 12 64 15 31 64 27
Octal 311 245 0 0 22 144 25 61 144 47
Binary 11001001 10100101 0 0 10010 1100100 10101 110001 1100100 100111

Color Harmonies of #C9A500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A500

Black with #C9A500

Text Example


Text Example

White with #C9A500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A500; }

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

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

background-color css

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

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

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

border-color css

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

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

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