Html Css Color HEX #C9A808 Buddha Gold

📋 copy color: '#C9A808'

red 201 ◦ green 168 ◦ blue 8

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

Shades of Buddha Gold #C9A808

Tints of Buddha Gold #C9A808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.56%

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

R = 53.32%
G = 44.56%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C9A808 (or 0xC9A808) is known color: Buddha Gold. HEX triplet: C9, A8 and 08. RGB value is (201,168,8). Sum of RGB (Red+Green+Blue) = 201+168+8=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A808 is #3657F7. Grayscale: #A0A0A0. Windows color (decimal): -3561464 or 567497. OLE color: 567497.

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

Color convert

RGB 201 168 8 -
CMYK 0 0.16 0.96 0.21
HSL 49.74º 0.92% 0.41% -
HSV(B) 49.74º 0.96% 0.79% -
XYZ 38.13 40.44 6.03 -
YUV 159.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 201 168 8 0 0.16 0.96 0.21 49.74 0.92 0.41
Hex C9 A8 8 0 10 60 15 32 5C 29
Octal 311 250 10 0 20 140 25 62 134 51
Binary 11001001 10101000 1000 0 10000 1100000 10101 110010 1011100 101001

Color Harmonies of #C9A808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A808

Black with #C9A808

Text Example


Text Example

White with #C9A808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A808; }

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

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

background-color css

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

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

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

border-color css

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

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

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