#D5B650

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

Shades of Tacha #D5B650

Tints of Tacha #D5B650

Color information

#D5B650 (or 0xD5B650) is unknown color: approx Tacha. HEX triplet: D5, B6 and 50. RGB value is (213,182,80). Sum of RGB (Red+Green+Blue) = 213+182+80=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B650 is #2A49AF. Grayscale: #B4B4B4. Windows color (decimal): -2771376 or 5289685. OLE color: 5289685.

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

Color convert

RGB21318280-
CMYK00.150.620.16
HSL46.02º61.29%57.45%-
HSV(B)46.02º62.44%83.53%-
XYZ45.6248.1814.49-
YUV179.6471.77151.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 80 (31.64% from 255) = 16.84%
R=44.84%
G=38.32%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131828000.150.620.1646.0261.2957.45
HexD5B6500F3E102e3d39
Octal3252661200177620567571
Binary110101011011011010100000111111111010000101110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B650; }

 p { color: rgb(213,182,80); }

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

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

 a { background-color: rgb(213,182,80); }

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

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

 span { border-color: rgb(213,182,80); }

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