#DDCDA4

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

Shades of Raffia #DDCDA4

Tints of Raffia #DDCDA4

Color information

#DDCDA4 (or 0xDDCDA4) is unknown color: approx Raffia. HEX triplet: DD, CD and A4. RGB value is (221,205,164). Sum of RGB (Red+Green+Blue) = 221+205+164=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA4 is #22325B. Grayscale: #CDCDCD. Windows color (decimal): -2241116 or 10800605. OLE color: 10800605.

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

Color convert

RGB221205164-
CMYK00.070.260.13
HSL43.16º45.6%75.49%-
HSV(B)43.16º25.79%86.67%-
XYZ58.3561.7243.96-
YUV205.11104.8139.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=37.46%
G=34.75%
B=27.80%

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
Decimal22120516400.070.260.1343.1645.675.49
HexDDCDA4071AD2b2e4b
Octal3353152440732155356113
Binary11011101110011011010010001111101011011010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDA4; }

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

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

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

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

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

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

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

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