#DDBD5D

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

Shades of Tacha #DDBD5D

Tints of Tacha #DDBD5D

Color information

#DDBD5D (or 0xDDBD5D) is unknown color: approx Tacha. HEX triplet: DD, BD and 5D. RGB value is (221,189,93). Sum of RGB (Red+Green+Blue) = 221+189+93=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD5D is #2242A2. Grayscale: #BCBCBC. Windows color (decimal): -2245283 or 6143453. OLE color: 6143453.

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

Color convert

RGB22118993-
CMYK00.140.580.13
HSL45º65.31%61.57%-
HSV(B)45º57.92%86.67%-
XYZ49.9952.5617.87-
YUV187.6274.6151.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=43.94%
G=37.57%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211899300.140.580.134565.3161.57
HexDDBD5D0E3AD2d413e
Octal33527513501672155510176
Binary110111011011110110111010111011101011011011011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD5D; }

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

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

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

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

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

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

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

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