#D0B359

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

Shades of Tacha #D0B359

Tints of Tacha #D0B359

Color information

#D0B359 (or 0xD0B359) is unknown color: approx Tacha. HEX triplet: D0, B3 and 59. RGB value is (208,179,89). Sum of RGB (Red+Green+Blue) = 208+179+89=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B359 is #2F4CA6. Grayscale: #B1B1B1. Windows color (decimal): -3099815 or 5878736. OLE color: 5878736.

HSL color Cylindrical-coordinate representation of color #D0B359: hue angle of 45.38º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0B359 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB20817989-
CMYK00.140.570.18
HSL45.38º55.87%58.24%-
HSV(B)45.38º57.21%81.57%-
XYZ43.9446.3716.09-
YUV177.4178.11149.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.70%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 89 (35.16% from 255) = 18.70%
R=43.70%
G=37.61%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081798900.140.570.1845.3855.8758.24
HexD0B3590E39122d383a
Octal3202631310167122557072
Binary110100001011001110110010111011100110010101101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B359; }

 p { color: rgb(208,179,89); }

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

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

 a { background-color: rgb(208,179,89); }

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

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

 span { border-color: rgb(208,179,89); }

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