Html Css Color HEX #C9A00D Buddha Gold

📋 copy color: '#C9A00D'

red 201 ◦ green 160 ◦ blue 13

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

Shades of Buddha Gold #C9A00D

Tints of Buddha Gold #C9A00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.78%

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

R = 53.74%
G = 42.78%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9A00D (or 0xC9A00D) is known color: Buddha Gold. HEX triplet: C9, A0 and 0D. RGB value is (201,160,13). Sum of RGB (Red+Green+Blue) = 201+160+13=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A00D is #365FF2. Grayscale: #9C9C9C. Windows color (decimal): -3563507 or 893129. OLE color: 893129.

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

Color convert

RGB 201 160 13 -
CMYK 0 0.20 0.94 0.21
HSL 46.91º 0.88% 0.42% -
HSV(B) 46.91º 0.94% 0.79% -
XYZ 36.73 37.59 5.7 -
YUV 155.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 201 160 13 0 0.20 0.94 0.21 46.91 0.88 0.42
Hex C9 A0 D 0 14 5E 15 2F 58 2A
Octal 311 240 15 0 24 136 25 57 130 52
Binary 11001001 10100000 1101 0 10100 1011110 10101 101111 1011000 101010

Color Harmonies of #C9A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A00D

Black with #C9A00D

Text Example


Text Example

White with #C9A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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