#DDC457

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

Shades of Tacha #DDC457

Tints of Tacha #DDC457

Color information

#DDC457 (or 0xDDC457) is unknown color: approx Tacha. HEX triplet: DD, C4 and 57. RGB value is (221,196,87). Sum of RGB (Red+Green+Blue) = 221+196+87=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC457 is #223BA8. Grayscale: #BFBFBF. Windows color (decimal): -2243497 or 5752029. OLE color: 5752029.

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

Color convert

RGB22119687-
CMYK00.110.610.13
HSL48.81º66.34%60.39%-
HSV(B)48.81º60.63%86.67%-
XYZ51.2855.5417.03-
YUV191.0569.28149.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 87 (34.38% from 255) = 17.26%
R=43.85%
G=38.89%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211968700.110.610.1348.8166.3460.39
HexDDC4570B3DD31423c
Octal33530412701375156110274
Binary110111011100010010101110101111110111011100011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC457; }

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

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

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

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

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

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

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

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