#DDCDA3

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

Shades of Raffia #DDCDA3

Tints of Raffia #DDCDA3

Color information

#DDCDA3 (or 0xDDCDA3) is unknown color: approx Raffia. HEX triplet: DD, CD and A3. RGB value is (221,205,163). Sum of RGB (Red+Green+Blue) = 221+205+163=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA3 is #22325C. Grayscale: #CDCDCD. Windows color (decimal): -2241117 or 10735069. OLE color: 10735069.

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

Color convert

RGB221205163-
CMYK00.070.260.13
HSL43.45º46.03%75.29%-
HSV(B)43.45º26.24%86.67%-
XYZ58.2661.6843.48-
YUV205104.3139.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=37.52%
G=34.80%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120516300.070.260.1343.4546.0375.29
HexDDCDA3071AD2b2e4b
Octal3353152430732155356113
Binary11011101110011011010001101111101011011010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDA3; }

 p { color: rgb(221,205,163); }

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

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

 a { background-color: rgb(221,205,163); }

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

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

 span { border-color: rgb(221,205,163); }

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