#DDA68E

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

Shades of Rose #DDA68E

Tints of Rose #DDA68E

Color information

#DDA68E (or 0xDDA68E) is unknown color: approx Rose. HEX triplet: DD, A6 and 8E. RGB value is (221,166,142). Sum of RGB (Red+Green+Blue) = 221+166+142=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68E is #225971. Grayscale: #B3B3B3. Windows color (decimal): -2251122 or 9348829. OLE color: 9348829.

HSL color Cylindrical-coordinate representation of color #DDA68E: hue angle of 18.23º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA68E is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221166142-
CMYK00.250.360.13
HSL18.23º53.74%71.18%-
HSV(B)18.23º35.75%86.67%-
XYZ48.3444.631.65-
YUV179.71106.72157.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=41.78%
G=31.38%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116614200.250.360.1318.2353.7471.18
HexDDA68E01924D123647
Octal33524621603144152266107
Binary1101110110100110100011100110011001001101100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA68E; }

 p { color: rgb(221,166,142); }

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

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

 a { background-color: rgb(221,166,142); }

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

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

 span { border-color: rgb(221,166,142); }

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