#DDCAA1

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

Shades of Raffia #DDCAA1

Tints of Raffia #DDCAA1

Color information

#DDCAA1 (or 0xDDCAA1) is unknown color: approx Raffia. HEX triplet: DD, CA and A1. RGB value is (221,202,161). Sum of RGB (Red+Green+Blue) = 221+202+161=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA1 is #22355E. Grayscale: #CBCBCB. Windows color (decimal): -2241887 or 10603229. OLE color: 10603229.

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

Color convert

RGB221202161-
CMYK00.090.270.13
HSL41º46.88%74.9%-
HSV(B)41º27.15%86.67%-
XYZ57.3760.1942.31-
YUV203.01104.29140.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 161 (63.28% from 255) = 27.57%
R=37.84%
G=34.59%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120216100.090.270.134146.8874.9
HexDDCAA1091BD292f4b
Octal33531224101133155157113
Binary110111011100101010100001010011101111011010011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA1; }

 p { color: rgb(221,202,161); }

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

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

 a { background-color: rgb(221,202,161); }

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

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

 span { border-color: rgb(221,202,161); }

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