#D5B75B

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

Shades of Tacha #D5B75B

Tints of Tacha #D5B75B

Color information

#D5B75B (or 0xD5B75B) is unknown color: approx Tacha. HEX triplet: D5, B7 and 5B. RGB value is (213,183,91). Sum of RGB (Red+Green+Blue) = 213+183+91=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B75B is #2A48A4. Grayscale: #B5B5B5. Windows color (decimal): -2771109 or 6010837. OLE color: 6010837.

HSL color Cylindrical-coordinate representation of color #D5B75B: hue angle of 45.25º 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 #D5B75B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21318391-
CMYK00.140.570.16
HSL45.25º59.22%59.61%-
HSV(B)45.25º57.28%83.53%-
XYZ46.2648.7716.87-
YUV181.4876.94150.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=43.74%
G=37.58%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131839100.140.570.1645.2559.2259.61
HexD5B75B0E39102d3b3c
Octal3252671330167120557374
Binary110101011011011110110110111011100110000101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B75B; }

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

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

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

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

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

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

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

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