#DDC15B

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

Shades of Tacha #DDC15B

Tints of Tacha #DDC15B

Color information

#DDC15B (or 0xDDC15B) is unknown color: approx Tacha. HEX triplet: DD, C1 and 5B. RGB value is (221,193,91). Sum of RGB (Red+Green+Blue) = 221+193+91=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC15B is #223EA4. Grayscale: #BEBEBE. Windows color (decimal): -2244261 or 6013405. OLE color: 6013405.

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

Color convert

RGB22119391-
CMYK00.130.590.13
HSL47.08º65.66%61.18%-
HSV(B)47.08º58.82%86.67%-
XYZ50.7854.2717.7-
YUV189.7472.28150.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 91 (35.94% from 255) = 18.02%
R=43.76%
G=38.22%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211939100.130.590.1347.0865.6661.18
HexDDC15B0D3BD2f423d
Octal33530113301573155710275
Binary110111011100000110110110110111101111011011111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC15B; }

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

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

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

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

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

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

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

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