Html Css Color HEX #C9A306 Buddha Gold

📋 copy color: '#C9A306'

red 201 ◦ green 163 ◦ blue 6

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

Shades of Buddha Gold #C9A306

Tints of Buddha Gold #C9A306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 54.32%
G = 44.05%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C9A306 (or 0xC9A306) is known color: Buddha Gold. HEX triplet: C9, A3 and 06. RGB value is (201,163,6). Sum of RGB (Red+Green+Blue) = 201+163+6=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A306 is #365CF9. Grayscale: #9D9D9D. Windows color (decimal): -3562746 or 435145. OLE color: 435145.

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

Color convert

RGB 201 163 6 -
CMYK 0 0.19 0.97 0.21
HSL 48.31º 0.94% 0.41% -
HSV(B) 48.31º 0.97% 0.79% -
XYZ 37.22 38.63 5.67 -
YUV 156.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 201 163 6 0 0.19 0.97 0.21 48.31 0.94 0.41
Hex C9 A3 6 0 13 61 15 30 5E 29
Octal 311 243 6 0 23 141 25 60 136 51
Binary 11001001 10100011 110 0 10011 1100001 10101 110000 1011110 101001

Color Harmonies of #C9A306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A306

Black with #C9A306

Text Example


Text Example

White with #C9A306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A306; }

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

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

background-color css

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

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

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

border-color css

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

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

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