#DDBF5F

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

Shades of Tacha #DDBF5F

Tints of Tacha #DDBF5F

Color information

#DDBF5F (or 0xDDBF5F) is unknown color: approx Tacha. HEX triplet: DD, BF and 5F. RGB value is (221,191,95). Sum of RGB (Red+Green+Blue) = 221+191+95=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF5F is #2240A0. Grayscale: #BDBDBD. Windows color (decimal): -2244769 or 6275037. OLE color: 6275037.

HSL color Cylindrical-coordinate representation of color #DDBF5F: hue angle of 45.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDBF5F is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22119195-
CMYK00.140.570.13
HSL45.71º64.95%61.96%-
HSV(B)45.71º57.01%86.67%-
XYZ50.5253.4618.48-
YUV189.0374.94150.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=43.59%
G=37.67%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211919500.140.570.1345.7164.9561.96
HexDDBF5F0E39D2e413e
Octal33527713701671155610176
Binary110111011011111110111110111011100111011011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF5F; }

 p { color: rgb(221,191,95); }

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

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

 a { background-color: rgb(221,191,95); }

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

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

 span { border-color: rgb(221,191,95); }

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