#DDCF8E

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

Shades of Sandwisp #DDCF8E

Tints of Sandwisp #DDCF8E

Color information

#DDCF8E (or 0xDDCF8E) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 8E. RGB value is (221,207,142). Sum of RGB (Red+Green+Blue) = 221+207+142=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF8E is #223071. Grayscale: #CCCCCC. Windows color (decimal): -2240626 or 9359325. OLE color: 9359325.

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

Color convert

RGB221207142-
CMYK00.060.360.13
HSL49.37º53.74%71.18%-
HSV(B)49.37º35.75%86.67%-
XYZ57.0161.9534.54-
YUV203.7893.14140.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 142 (55.86% from 255) = 24.91%
R=38.77%
G=36.32%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120714200.060.360.1349.3753.7471.18
HexDDCF8E0624D313647
Octal3353172160644156166107
Binary110111011100111110001110011010010011011100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF8E; }

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

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

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

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

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

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

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

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