Html Css Color HEX #D5B564 Tacha

📋 copy color: '#D5B564'

red 213 ◦ green 181 ◦ blue 100

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

Shades of Tacha #D5B564

Tints of Tacha #D5B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.64%

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 43.12%
G = 36.64%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5B564 (or 0xD5B564) is known color: Tacha. HEX triplet: D5, B5 and 64. RGB value is (213,181,100). Sum of RGB (Red+Green+Blue) = 213+181+100=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B564 is #2A4A9B. Grayscale: #B5B5B5. Windows color (decimal): -2771612 or 6600149. OLE color: 6600149.

HSL color Cylindrical-coordinate representation of color #D5B564: hue angle of 43.01º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5B564 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 100 -
CMYK 0 0.15 0.53 0.16
HSL 43.01º 0.57% 0.61% -
HSV(B) 43.01º 0.53% 0.84% -
XYZ 46.26 48.11 18.91 -
YUV 181.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 213 181 100 0 0.15 0.53 0.16 43.01 0.57 0.61
Hex D5 B5 64 0 F 35 10 2B 39 3D
Octal 325 265 144 0 17 65 20 53 71 75
Binary 11010101 10110101 1100100 0 1111 110101 10000 101011 111001 111101

Color Harmonies of #D5B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B564

Black with #D5B564

Text Example


Text Example

White with #D5B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B564; }

 p { color: rgb(213,181,100); }

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

background-color css

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

 a { background-color: rgb(213,181,100); }

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

border-color css

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

 span { border-color: rgb(213,181,100); }

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