Html Css Color HEX #C5A208 Buddha Gold

📋 copy color: '#C5A208'

red 197 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #C5A208

Tints of Buddha Gold #C5A208

RGB

 RED value IS 197 (77.34% from 255) = 53.68%

 GREEN value IS 162 (63.67% from 255) = 44.14%

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

R = 53.68%
G = 44.14%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C5A208 (or 0xC5A208) is known color: Buddha Gold. HEX triplet: C5, A2 and 08. RGB value is (197,162,8). Sum of RGB (Red+Green+Blue) = 197+162+8=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A208 is #3A5DF7. Grayscale: #9B9B9B. Windows color (decimal): -3825144 or 565957. OLE color: 565957.

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

Color convert

RGB 197 162 8 -
CMYK 0 0.18 0.96 0.23
HSL 48.89º 0.92% 0.4% -
HSV(B) 48.89º 0.96% 0.77% -
XYZ 35.99 37.73 5.62 -
YUV 154.91 45.1 158.02 -
System Red Green Blue C M Y K H S L
Decimal 197 162 8 0 0.18 0.96 0.23 48.89 0.92 0.4
Hex C5 A2 8 0 12 60 17 31 5C 28
Octal 305 242 10 0 22 140 27 61 134 50
Binary 11000101 10100010 1000 0 10010 1100000 10111 110001 1011100 101000

Color Harmonies of #C5A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A208

Black with #C5A208

Text Example


Text Example

White with #C5A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A208; }

 p { color: rgb(197,162,8); }

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

background-color css

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

 a { background-color: rgb(197,162,8); }

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

border-color css

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

 span { border-color: rgb(197,162,8); }

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