#DDCBA0

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

Shades of Raffia #DDCBA0

Tints of Raffia #DDCBA0

Color information

#DDCBA0 (or 0xDDCBA0) is unknown color: approx Raffia. HEX triplet: DD, CB and A0. RGB value is (221,203,160). Sum of RGB (Red+Green+Blue) = 221+203+160=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCBA0 is #22345F. Grayscale: #CBCBCB. Windows color (decimal): -2241632 or 10537949. OLE color: 10537949.

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

Color convert

RGB221203160-
CMYK00.080.280.13
HSL42.3º47.29%74.71%-
HSV(B)42.3º27.6%86.67%-
XYZ57.5260.6241.93-
YUV203.48103.46140.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 160 (62.89% from 255) = 27.40%
R=37.84%
G=34.76%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120316000.080.280.1342.347.2974.71
HexDDCBA0081CD2a2f4b
Octal33531324001034155257113
Binary110111011100101110100000010001110011011010101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBA0; }

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

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

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

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

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

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

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

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