#DDC75C

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

Shades of Tacha #DDC75C

Tints of Tacha #DDC75C

Color information

#DDC75C (or 0xDDC75C) is unknown color: approx Tacha. HEX triplet: DD, C7 and 5C. RGB value is (221,199,92). Sum of RGB (Red+Green+Blue) = 221+199+92=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC75C is #2238A3. Grayscale: #C1C1C1. Windows color (decimal): -2242724 or 6080477. OLE color: 6080477.

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

Color convert

RGB22119992-
CMYK00.100.580.13
HSL49.77º65.48%61.37%-
HSV(B)49.77º58.37%86.67%-
XYZ52.1756.9918.38-
YUV193.3870.79147.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 199 (78.12% from 255) = 38.87%
BLUE value IS 92 (36.33% from 255) = 17.97%
R=43.16%
G=38.87%
B=17.97%

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
Decimal2211999200.100.580.1349.7765.4861.37
HexDDC75C0A3AD32413d
Octal33530713401272156210175
Binary110111011100011110111000101011101011011100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC75C; }

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

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

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

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

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

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

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

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