#DDC35F

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

Shades of Tacha #DDC35F

Tints of Tacha #DDC35F

Color information

#DDC35F (or 0xDDC35F) is unknown color: approx Tacha. HEX triplet: DD, C3 and 5F. RGB value is (221,195,95). Sum of RGB (Red+Green+Blue) = 221+195+95=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC35F is #223CA0. Grayscale: #BFBFBF. Windows color (decimal): -2243745 or 6276061. OLE color: 6276061.

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

Color convert

RGB22119595-
CMYK00.120.570.13
HSL47.62º64.95%61.96%-
HSV(B)47.62º57.01%86.67%-
XYZ51.455.2318.78-
YUV191.3773.61149.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=43.25%
G=38.16%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211959500.120.570.1347.6264.9561.96
HexDDC35F0C39D30413e
Octal33530313701471156010176
Binary110111011100001110111110110011100111011100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC35F; }

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

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

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

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

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

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

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

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