Html Css Color HEX #C9A508 Buddha Gold

📋 copy color: '#C9A508'

red 201 ◦ green 165 ◦ blue 8

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

Shades of Buddha Gold #C9A508

Tints of Buddha Gold #C9A508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 53.74%
G = 44.12%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9A508 (or 0xC9A508) is known color: Buddha Gold. HEX triplet: C9, A5 and 08. RGB value is (201,165,8). Sum of RGB (Red+Green+Blue) = 201+165+8=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A508 is #365AF7. Grayscale: #9E9E9E. Windows color (decimal): -3562232 or 566729. OLE color: 566729.

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

Color convert

RGB 201 165 8 -
CMYK 0 0.18 0.96 0.21
HSL 48.81º 0.92% 0.41% -
HSV(B) 48.81º 0.96% 0.79% -
XYZ 37.59 39.35 5.84 -
YUV 157.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 201 165 8 0 0.18 0.96 0.21 48.81 0.92 0.41
Hex C9 A5 8 0 12 60 15 31 5C 29
Octal 311 245 10 0 22 140 25 61 134 51
Binary 11001001 10100101 1000 0 10010 1100000 10101 110001 1011100 101001

Color Harmonies of #C9A508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A508

Black with #C9A508

Text Example


Text Example

White with #C9A508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A508; }

 p { color: rgb(201,165,8); }

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

background-color css

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

 a { background-color: rgb(201,165,8); }

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

border-color css

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

 span { border-color: rgb(201,165,8); }

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