#DDBF64

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

Shades of Tacha #DDBF64

Tints of Tacha #DDBF64

Color information

#DDBF64 (or 0xDDBF64) is unknown color: approx Tacha. HEX triplet: DD, BF and 64. RGB value is (221,191,100). Sum of RGB (Red+Green+Blue) = 221+191+100=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF64 is #22409B. Grayscale: #BDBDBD. Windows color (decimal): -2244764 or 6602717. OLE color: 6602717.

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

Color convert

RGB221191100-
CMYK00.140.550.13
HSL45.12º64.02%62.94%-
HSV(B)45.12º54.75%86.67%-
XYZ50.7553.5519.72-
YUV189.677.44150.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=43.16%
G=37.30%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119110000.140.550.1345.1264.0262.94
HexDDBF640E37D2d403f
Octal33527714401667155510077
Binary110111011011111111001000111011011111011011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF64; }

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

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

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

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

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

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

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

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