Html Css Color HEX #C5AC0E Buddha Gold

📋 copy color: '#C5AC0E'

red 197 ◦ green 172 ◦ blue 14

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

Shades of Buddha Gold #C5AC0E

Tints of Buddha Gold #C5AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 51.44%
G = 44.91%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5AC0E (or 0xC5AC0E) is known color: Buddha Gold. HEX triplet: C5, AC and 0E. RGB value is (197,172,14). Sum of RGB (Red+Green+Blue) = 197+172+14=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AC0E is #3A53F1. Grayscale: #A2A2A2. Windows color (decimal): -3822578 or 961733. OLE color: 961733.

HSL color Cylindrical-coordinate representation of color #C5AC0E: hue angle of 51.8º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5AC0E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 14 -
CMYK 0 0.13 0.93 0.23
HSL 51.8º 0.87% 0.41% -
HSV(B) 51.8º 0.93% 0.77% -
XYZ 37.86 41.41 6.41 -
YUV 161.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 197 172 14 0 0.13 0.93 0.23 51.8 0.87 0.41
Hex C5 AC E 0 D 5D 17 34 57 29
Octal 305 254 16 0 15 135 27 64 127 51
Binary 11000101 10101100 1110 0 1101 1011101 10111 110100 1010111 101001

Color Harmonies of #C5AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AC0E

Black with #C5AC0E

Text Example


Text Example

White with #C5AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AC0E; }

 p { color: rgb(197,172,14); }

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

background-color css

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

 a { background-color: rgb(197,172,14); }

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

border-color css

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

 span { border-color: rgb(197,172,14); }

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