#D5B555

Color #D5B555 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #D5B555

Tints of Tacha #D5B555

Color information

#D5B555 (or 0xD5B555) is unknown color: approx Tacha. HEX triplet: D5, B5 and 55. RGB value is (213,181,85). Sum of RGB (Red+Green+Blue) = 213+181+85=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B555 is #2A4AAA. Grayscale: #B4B4B4. Windows color (decimal): -2771627 or 5617109. OLE color: 5617109.

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

Color convert

RGB21318185-
CMYK00.150.600.16
HSL45º60.38%58.43%-
HSV(B)45º60.09%83.53%-
XYZ45.647.8515.43-
YUV179.6274.6151.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 85 (33.59% from 255) = 17.75%
R=44.47%
G=37.79%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131818500.150.600.164560.3858.43
HexD5B5550F3C102d3c3a
Octal3252651250177420557472
Binary110101011011010110101010111111110010000101101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B555; }

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

 H1.HeaderClassName
 {
   color: #D5B555;
 }
 .AnyTagClassName
 {
   color: #D5B555;
 }
</style>
background-color css

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

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

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

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

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

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