#DDC25C

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

Shades of Tacha #DDC25C

Tints of Tacha #DDC25C

Color information

#DDC25C (or 0xDDC25C) is unknown color: approx Tacha. HEX triplet: DD, C2 and 5C. RGB value is (221,194,92). Sum of RGB (Red+Green+Blue) = 221+194+92=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC25C is #223DA3. Grayscale: #BEBEBE. Windows color (decimal): -2244004 or 6079197. OLE color: 6079197.

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

Color convert

RGB22119492-
CMYK00.120.580.13
HSL47.44º65.48%61.37%-
HSV(B)47.44º58.37%86.67%-
XYZ51.0454.7318-
YUV190.4472.45149.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=43.59%
G=38.26%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211949200.120.580.1347.4465.4861.37
HexDDC25C0C3AD2f413d
Octal33530213401472155710175
Binary110111011100001010111000110011101011011011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC25C; }

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

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

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

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

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

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

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

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