#DDC65D

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

Shades of Tacha #DDC65D

Tints of Tacha #DDC65D

Color information

#DDC65D (or 0xDDC65D) is unknown color: approx Tacha. HEX triplet: DD, C6 and 5D. RGB value is (221,198,93). Sum of RGB (Red+Green+Blue) = 221+198+93=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC65D is #2239A2. Grayscale: #C1C1C1. Windows color (decimal): -2242979 or 6145757. OLE color: 6145757.

HSL color Cylindrical-coordinate representation of color #DDC65D: hue angle of 49.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC65D is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22119893-
CMYK00.100.580.13
HSL49.22º65.31%61.57%-
HSV(B)49.22º57.92%86.67%-
XYZ51.9956.5518.53-
YUV192.9171.62148.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=43.16%
G=38.67%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211989300.100.580.1349.2265.3161.57
HexDDC65D0A3AD31413e
Octal33530613501272156110176
Binary110111011100011010111010101011101011011100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC65D; }

 p { color: rgb(221,198,93); }

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

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

 a { background-color: rgb(221,198,93); }

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

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

 span { border-color: rgb(221,198,93); }

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