Html Css Color HEX #C9A908 Buddha Gold

📋 copy color: '#C9A908'

red 201 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #C9A908

Tints of Buddha Gold #C9A908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

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

R = 53.17%
G = 44.71%
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

#C9A908 (or 0xC9A908) is known color: Buddha Gold. HEX triplet: C9, A9 and 08. RGB value is (201,169,8). Sum of RGB (Red+Green+Blue) = 201+169+8=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9A908 is #3656F7. Grayscale: #A0A0A0. Windows color (decimal): -3561208 or 567753. OLE color: 567753.

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

Color convert

RGB 201 169 8 -
CMYK 0 0.16 0.96 0.21
HSL 50.05º 0.92% 0.41% -
HSV(B) 50.05º 0.96% 0.79% -
XYZ 38.32 40.81 6.09 -
YUV 160.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 201 169 8 0 0.16 0.96 0.21 50.05 0.92 0.41
Hex C9 A9 8 0 10 60 15 32 5C 29
Octal 311 251 10 0 20 140 25 62 134 51
Binary 11001001 10101001 1000 0 10000 1100000 10101 110010 1011100 101001

Color Harmonies of #C9A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A908

Black with #C9A908

Text Example


Text Example

White with #C9A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A908; }

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

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

background-color css

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

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

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

border-color css

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

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

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