#DDCFAB

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

Shades of Sapling #DDCFAB

Tints of Sapling #DDCFAB

Color information

#DDCFAB (or 0xDDCFAB) is unknown color: approx Sapling. HEX triplet: DD, CF and AB. RGB value is (221,207,171). Sum of RGB (Red+Green+Blue) = 221+207+171=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCFAB is #223054. Grayscale: #CFCFCF. Windows color (decimal): -2240597 or 11259869. OLE color: 11259869.

HSL color Cylindrical-coordinate representation of color #DDCFAB: hue angle of 43.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCFAB is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221207171-
CMYK00.060.230.13
HSL43.2º42.37%76.86%-
HSV(B)43.2º22.62%86.67%-
XYZ59.4862.9447.54-
YUV207.08107.64137.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=36.89%
G=34.56%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120717100.060.230.1343.242.3776.86
HexDDCFAB0617D2b2a4d
Octal3353172530627155352115
Binary11011101110011111010101101101011111011010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFAB; }

 p { color: rgb(221,207,171); }

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

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

 a { background-color: rgb(221,207,171); }

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

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

 span { border-color: rgb(221,207,171); }

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