#DDCBAB

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

Shades of Raffia #DDCBAB

Tints of Raffia #DDCBAB

Color information

#DDCBAB (or 0xDDCBAB) is unknown color: approx Raffia. HEX triplet: DD, CB and AB. RGB value is (221,203,171). Sum of RGB (Red+Green+Blue) = 221+203+171=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBAB is #223454. Grayscale: #CCCCCC. Windows color (decimal): -2241621 or 11258845. OLE color: 11258845.

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

Color convert

RGB221203171-
CMYK00.080.230.13
HSL38.4º42.37%76.86%-
HSV(B)38.4º22.62%86.67%-
XYZ58.5361.0247.22-
YUV204.73108.96139.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=37.14%
G=34.12%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120317100.080.230.1338.442.3776.86
HexDDCBAB0817D262a4d
Octal33531325301027154652115
Binary110111011100101110101011010001011111011001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBAB; }

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

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

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

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

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

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

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

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