Html Css Color HEX #C9A701 Buddha Gold

📋 copy color: '#C9A701'

red 201 ◦ green 167 ◦ blue 1

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

Shades of Buddha Gold #C9A701

Tints of Buddha Gold #C9A701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 54.47%
G = 45.26%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9A701 (or 0xC9A701) is known color: Buddha Gold. HEX triplet: C9, A7 and 01. RGB value is (201,167,1). Sum of RGB (Red+Green+Blue) = 201+167+1=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A701 is #3658FE. Grayscale: #9E9E9E. Windows color (decimal): -3561727 or 108489. OLE color: 108489.

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

Color convert

RGB 201 167 1 -
CMYK 0 0.17 1.00 0.21
HSL 49.8º 0.99% 0.4% -
HSV(B) 49.8º 1% 0.79% -
XYZ 37.91 40.06 5.76 -
YUV 158.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 201 167 1 0 0.17 1.00 0.21 49.8 0.99 0.4
Hex C9 A7 1 0 11 64 15 32 63 28
Octal 311 247 1 0 21 144 25 62 143 50
Binary 11001001 10100111 1 0 10001 1100100 10101 110010 1100011 101000

Color Harmonies of #C9A701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A701

Black with #C9A701

Text Example


Text Example

White with #C9A701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A701; }

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

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

background-color css

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

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

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

border-color css

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

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

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