Html Css Color HEX #C8A908 Buddha Gold

📋 copy color: '#C8A908'

red 200 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #C8A908

Tints of Buddha Gold #C8A908

RGB

 RED value IS 200 (78.52% from 255) = 53.05%

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

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

R = 53.05%
G = 44.83%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8A908 (or 0xC8A908) is known color: Buddha Gold. HEX triplet: C8, A9 and 08. RGB value is (200,169,8). Sum of RGB (Red+Green+Blue) = 200+169+8=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A908 is #3756F7. Grayscale: #A0A0A0. Windows color (decimal): -3626744 or 567752. OLE color: 567752.

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

Color convert

RGB 200 169 8 -
CMYK 0 0.16 0.96 0.22
HSL 50.31º 0.92% 0.41% -
HSV(B) 50.31º 0.96% 0.78% -
XYZ 38.05 40.67 6.07 -
YUV 159.92 42.27 156.59 -
System Red Green Blue C M Y K H S L
Decimal 200 169 8 0 0.16 0.96 0.22 50.31 0.92 0.41
Hex C8 A9 8 0 10 60 16 32 5C 29
Octal 310 251 10 0 20 140 26 62 134 51
Binary 11001000 10101001 1000 0 10000 1100000 10110 110010 1011100 101001

Color Harmonies of #C8A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A908

Black with #C8A908

Text Example


Text Example

White with #C8A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A908; }

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

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

background-color css

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

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

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

border-color css

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

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

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