#DDBD57

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

Shades of Tacha #DDBD57

Tints of Tacha #DDBD57

Color information

#DDBD57 (or 0xDDBD57) is unknown color: approx Tacha. HEX triplet: DD, BD and 57. RGB value is (221,189,87). Sum of RGB (Red+Green+Blue) = 221+189+87=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD57 is #2242A8. Grayscale: #BBBBBB. Windows color (decimal): -2245289 or 5750237. OLE color: 5750237.

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

Color convert

RGB22118987-
CMYK00.140.610.13
HSL45.67º66.34%60.39%-
HSV(B)45.67º60.63%86.67%-
XYZ49.7452.4616.52-
YUV186.9471.6152.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=44.47%
G=38.03%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211898700.140.610.1345.6766.3460.39
HexDDBD570E3DD2e423c
Octal33527512701675155610274
Binary110111011011110110101110111011110111011011101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD57; }

 p { color: rgb(221,189,87); }

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

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

 a { background-color: rgb(221,189,87); }

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

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

 span { border-color: rgb(221,189,87); }

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