#DDCB8E

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

Shades of Sandwisp #DDCB8E

Tints of Sandwisp #DDCB8E

Color information

#DDCB8E (or 0xDDCB8E) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 8E. RGB value is (221,203,142). Sum of RGB (Red+Green+Blue) = 221+203+142=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB8E is #223471. Grayscale: #C9C9C9. Windows color (decimal): -2241650 or 9358301. OLE color: 9358301.

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

Color convert

RGB221203142-
CMYK00.080.360.13
HSL46.33º53.74%71.18%-
HSV(B)46.33º35.75%86.67%-
XYZ56.0660.0434.22-
YUV201.4394.46141.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=39.05%
G=35.87%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120314200.080.360.1346.3353.7471.18
HexDDCB8E0824D2e3647
Octal33531321601044155666107
Binary1101110111001011100011100100010010011011011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB8E; }

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

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

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

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

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

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

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

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