Html Css Color HEX #C8A708 Buddha Gold

📋 copy color: '#C8A708'

red 200 ◦ green 167 ◦ blue 8

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

Shades of Buddha Gold #C8A708

Tints of Buddha Gold #C8A708

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

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

R = 53.33%
G = 44.53%
B = 2.13%

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

#C8A708 (or 0xC8A708) is known color: Buddha Gold. HEX triplet: C8, A7 and 08. RGB value is (200,167,8). Sum of RGB (Red+Green+Blue) = 200+167+8=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A708 is #3758F7. Grayscale: #9F9F9F. Windows color (decimal): -3627256 or 567240. OLE color: 567240.

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

Color convert

RGB 200 167 8 -
CMYK 0 0.16 0.96 0.22
HSL 49.69º 0.92% 0.41% -
HSV(B) 49.69º 0.96% 0.78% -
XYZ 37.68 39.93 5.95 -
YUV 158.74 42.93 157.43 -
System Red Green Blue C M Y K H S L
Decimal 200 167 8 0 0.16 0.96 0.22 49.69 0.92 0.41
Hex C8 A7 8 0 10 60 16 32 5C 29
Octal 310 247 10 0 20 140 26 62 134 51
Binary 11001000 10100111 1000 0 10000 1100000 10110 110010 1011100 101001

Color Harmonies of #C8A708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A708

Black with #C8A708

Text Example


Text Example

White with #C8A708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A708; }

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

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

background-color css

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

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

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

border-color css

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

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

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