#DDC85C

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

Shades of Tacha #DDC85C

Tints of Tacha #DDC85C

Color information

#DDC85C (or 0xDDC85C) is unknown color: approx Tacha. HEX triplet: DD, C8 and 5C. RGB value is (221,200,92). Sum of RGB (Red+Green+Blue) = 221+200+92=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC85C is #2237A3. Grayscale: #C2C2C2. Windows color (decimal): -2242468 or 6080733. OLE color: 6080733.

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

Color convert

RGB22120092-
CMYK00.100.580.13
HSL50.23º65.48%61.37%-
HSV(B)50.23º58.37%86.67%-
XYZ52.457.4518.45-
YUV193.9770.46147.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=43.08%
G=38.99%
B=17.93%

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
Decimal2212009200.100.580.1350.2365.4861.37
HexDDC85C0A3AD32413d
Octal33531013401272156210175
Binary110111011100100010111000101011101011011100101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC85C; }

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

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

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

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

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

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

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

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