#DDBF5C

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

Shades of Tacha #DDBF5C

Tints of Tacha #DDBF5C

Color information

#DDBF5C (or 0xDDBF5C) is unknown color: approx Tacha. HEX triplet: DD, BF and 5C. RGB value is (221,191,92). Sum of RGB (Red+Green+Blue) = 221+191+92=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF5C is #2240A3. Grayscale: #BDBDBD. Windows color (decimal): -2244772 or 6078429. OLE color: 6078429.

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

Color convert

RGB22119192-
CMYK00.140.580.13
HSL46.05º65.48%61.37%-
HSV(B)46.05º58.37%86.67%-
XYZ50.3853.4117.78-
YUV188.6873.44151.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=43.85%
G=37.90%
B=18.25%

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
Decimal2211919200.140.580.1346.0565.4861.37
HexDDBF5C0E3AD2e413d
Octal33527713401672155610175
Binary110111011011111110111000111011101011011011101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF5C; }

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

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

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

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

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

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

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

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