Html Css Color HEX #D5B957 Tacha

📋 copy color: '#D5B957'

red 213 ◦ green 185 ◦ blue 87

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

Shades of Tacha #D5B957

Tints of Tacha #D5B957

RGB

 RED value IS 213 (83.59% from 255) = 43.92%

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 87 (34.38% from 255) = 17.94%

R = 43.92%
G = 38.14%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5B957 (or 0xD5B957) is known color: Tacha. HEX triplet: D5, B9 and 57. RGB value is (213,185,87). Sum of RGB (Red+Green+Blue) = 213+185+87=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B957 is #2A46A8. Grayscale: #B6B6B6. Windows color (decimal): -2770601 or 5749205. OLE color: 5749205.

HSL color Cylindrical-coordinate representation of color #D5B957: hue angle of 46.67º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5B957 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 87 -
CMYK 0 0.13 0.59 0.16
HSL 46.67º 0.6% 0.59% -
HSV(B) 46.67º 0.59% 0.84% -
XYZ 46.51 49.53 16.13 -
YUV 182.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 213 185 87 0 0.13 0.59 0.16 46.67 0.6 0.59
Hex D5 B9 57 0 D 3B 10 2F 3C 3B
Octal 325 271 127 0 15 73 20 57 74 73
Binary 11010101 10111001 1010111 0 1101 111011 10000 101111 111100 111011

Color Harmonies of #D5B957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B957

Black with #D5B957

Text Example


Text Example

White with #D5B957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B957; }

 p { color: rgb(213,185,87); }

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

background-color css

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

 a { background-color: rgb(213,185,87); }

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

border-color css

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

 span { border-color: rgb(213,185,87); }

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