#DDC15F

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

Shades of Tacha #DDC15F

Tints of Tacha #DDC15F

Color information

#DDC15F (or 0xDDC15F) is unknown color: approx Tacha. HEX triplet: DD, C1 and 5F. RGB value is (221,193,95). Sum of RGB (Red+Green+Blue) = 221+193+95=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC15F is #223EA0. Grayscale: #BEBEBE. Windows color (decimal): -2244257 or 6275549. OLE color: 6275549.

HSL color Cylindrical-coordinate representation of color #DDC15F: hue angle of 46.67º 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 #DDC15F is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22119395-
CMYK00.130.570.13
HSL46.67º64.95%61.96%-
HSV(B)46.67º57.01%86.67%-
XYZ50.9554.3418.63-
YUV190.274.28149.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=43.42%
G=37.92%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211939500.130.570.1346.6764.9561.96
HexDDC15F0D39D2f413e
Octal33530113701571155710176
Binary110111011100000110111110110111100111011011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC15F; }

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

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

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

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

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

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

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

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