#DDCBA5

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

Shades of Raffia #DDCBA5

Tints of Raffia #DDCBA5

Color information

#DDCBA5 (or 0xDDCBA5) is unknown color: approx Raffia. HEX triplet: DD, CB and A5. RGB value is (221,203,165). Sum of RGB (Red+Green+Blue) = 221+203+165=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA5 is #22345A. Grayscale: #CCCCCC. Windows color (decimal): -2241627 or 10865629. OLE color: 10865629.

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

Color convert

RGB221203165-
CMYK00.080.250.13
HSL40.71º45.16%75.69%-
HSV(B)40.71º25.34%86.67%-
XYZ57.9760.844.28-
YUV204.05105.96140.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=37.52%
G=34.47%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120316500.080.250.1340.7145.1675.69
HexDDCBA50819D292d4c
Octal33531324501031155155114
Binary110111011100101110100101010001100111011010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBA5; }

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

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

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

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

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

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

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

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