Html Css Color HEX #C9A30D Buddha Gold

📋 copy color: '#C9A30D'

red 201 ◦ green 163 ◦ blue 13

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

Shades of Buddha Gold #C9A30D

Tints of Buddha Gold #C9A30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 53.32%
G = 43.24%
B = 3.45%

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

#C9A30D (or 0xC9A30D) is known color: Buddha Gold. HEX triplet: C9, A3 and 0D. RGB value is (201,163,13). Sum of RGB (Red+Green+Blue) = 201+163+13=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A30D is #365CF2. Grayscale: #9D9D9D. Windows color (decimal): -3562739 or 893897. OLE color: 893897.

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

Color convert

RGB 201 163 13 -
CMYK 0 0.19 0.94 0.21
HSL 47.87º 0.88% 0.42% -
HSV(B) 47.87º 0.94% 0.79% -
XYZ 37.26 38.64 5.88 -
YUV 157.26 46.59 159.2 -
System Red Green Blue C M Y K H S L
Decimal 201 163 13 0 0.19 0.94 0.21 47.87 0.88 0.42
Hex C9 A3 D 0 13 5E 15 30 58 2A
Octal 311 243 15 0 23 136 25 60 130 52
Binary 11001001 10100011 1101 0 10011 1011110 10101 110000 1011000 101010

Color Harmonies of #C9A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A30D

Black with #C9A30D

Text Example


Text Example

White with #C9A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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