Html Css Color HEX #C9A20D Buddha Gold

📋 copy color: '#C9A20D'

red 201 ◦ green 162 ◦ blue 13

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

Shades of Buddha Gold #C9A20D

Tints of Buddha Gold #C9A20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 53.46%
G = 43.09%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A20D (or 0xC9A20D) is known color: Buddha Gold. HEX triplet: C9, A2 and 0D. RGB value is (201,162,13). Sum of RGB (Red+Green+Blue) = 201+162+13=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A20D is #365DF2. Grayscale: #9D9D9D. Windows color (decimal): -3562995 or 893641. OLE color: 893641.

HSL color Cylindrical-coordinate representation of color #C9A20D: hue angle of 47.55º degrees, saturation: 0.88, 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 #C9A20D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 13 -
CMYK 0 0.19 0.94 0.21
HSL 47.55º 0.88% 0.42% -
HSV(B) 47.55º 0.94% 0.79% -
XYZ 37.08 38.29 5.82 -
YUV 156.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 201 162 13 0 0.19 0.94 0.21 47.55 0.88 0.42
Hex C9 A2 D 0 13 5E 15 30 58 2A
Octal 311 242 15 0 23 136 25 60 130 52
Binary 11001001 10100010 1101 0 10011 1011110 10101 110000 1011000 101010

Color Harmonies of #C9A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A20D

Black with #C9A20D

Text Example


Text Example

White with #C9A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A20D; }

 p { color: rgb(201,162,13); }

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

background-color css

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

 a { background-color: rgb(201,162,13); }

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

border-color css

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

 span { border-color: rgb(201,162,13); }

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