Html Css Color HEX #D5B556 Tacha

📋 copy color: '#D5B556'

red 213 ◦ green 181 ◦ blue 86

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

Shades of Tacha #D5B556

Tints of Tacha #D5B556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.92%

R = 44.38%
G = 37.71%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5B556 (or 0xD5B556) is known color: Tacha. HEX triplet: D5, B5 and 56. RGB value is (213,181,86). Sum of RGB (Red+Green+Blue) = 213+181+86=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B556 is #2A4AA9. Grayscale: #B4B4B4. Windows color (decimal): -2771626 or 5682645. OLE color: 5682645.

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

Color convert

RGB 213 181 86 -
CMYK 0 0.15 0.60 0.16
HSL 44.88º 0.6% 0.59% -
HSV(B) 44.88º 0.6% 0.84% -
XYZ 45.64 47.87 15.64 -
YUV 179.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 213 181 86 0 0.15 0.60 0.16 44.88 0.6 0.59
Hex D5 B5 56 0 F 3C 10 2D 3C 3B
Octal 325 265 126 0 17 74 20 55 74 73
Binary 11010101 10110101 1010110 0 1111 111100 10000 101101 111100 111011

Color Harmonies of #D5B556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B556

Black with #D5B556

Text Example


Text Example

White with #D5B556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B556; }

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

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

background-color css

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

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

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

border-color css

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

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

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