Html Css Color HEX #C9A40C Buddha Gold

📋 copy color: '#C9A40C'

red 201 ◦ green 164 ◦ blue 12

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

Shades of Buddha Gold #C9A40C

Tints of Buddha Gold #C9A40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 53.32%
G = 43.5%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A40C (or 0xC9A40C) is known color: Buddha Gold. HEX triplet: C9, A4 and 0C. RGB value is (201,164,12). Sum of RGB (Red+Green+Blue) = 201+164+12=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A40C is #365BF3. Grayscale: #9E9E9E. Windows color (decimal): -3562484 or 828617. OLE color: 828617.

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

Color convert

RGB 201 164 12 -
CMYK 0 0.18 0.94 0.21
HSL 48.25º 0.89% 0.42% -
HSV(B) 48.25º 0.94% 0.79% -
XYZ 37.43 38.99 5.9 -
YUV 157.74 45.76 158.86 -
System Red Green Blue C M Y K H S L
Decimal 201 164 12 0 0.18 0.94 0.21 48.25 0.89 0.42
Hex C9 A4 C 0 12 5E 15 30 59 2A
Octal 311 244 14 0 22 136 25 60 131 52
Binary 11001001 10100100 1100 0 10010 1011110 10101 110000 1011001 101010

Color Harmonies of #C9A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A40C

Black with #C9A40C

Text Example


Text Example

White with #C9A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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