#DDCCA1

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

Shades of Raffia #DDCCA1

Tints of Raffia #DDCCA1

Color information

#DDCCA1 (or 0xDDCCA1) is unknown color: approx Raffia. HEX triplet: DD, CC and A1. RGB value is (221,204,161). Sum of RGB (Red+Green+Blue) = 221+204+161=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCA1 is #22335E. Grayscale: #CCCCCC. Windows color (decimal): -2241375 or 10603741. OLE color: 10603741.

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

Color convert

RGB221204161-
CMYK00.080.270.13
HSL43º46.88%74.9%-
HSV(B)43º27.15%86.67%-
XYZ57.8461.1342.47-
YUV204.18103.63140-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 204 (80.08% from 255) = 34.81%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=37.71%
G=34.81%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120416100.080.270.134346.8874.9
HexDDCCA1081BD2b2f4b
Octal33531424101033155357113
Binary110111011100110010100001010001101111011010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCA1; }

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

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

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

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

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

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

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

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