#D5B55B

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

Shades of Tacha #D5B55B

Tints of Tacha #D5B55B

Color information

#D5B55B (or 0xD5B55B) is unknown color: approx Tacha. HEX triplet: D5, B5 and 5B. RGB value is (213,181,91). Sum of RGB (Red+Green+Blue) = 213+181+91=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B55B is #2A4AA4. Grayscale: #B4B4B4. Windows color (decimal): -2771621 or 6010325. OLE color: 6010325.

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

Color convert

RGB21318191-
CMYK00.150.570.16
HSL44.26º59.22%59.61%-
HSV(B)44.26º57.28%83.53%-
XYZ45.8547.9516.74-
YUV180.3177.6151.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 91 (35.94% from 255) = 18.76%
R=43.92%
G=37.32%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131819100.150.570.1644.2659.2259.61
HexD5B55B0F39102c3b3c
Octal3252651330177120547374
Binary110101011011010110110110111111100110000101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B55B; }

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

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

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

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

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

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

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

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