#DDCB9E

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

Shades of Raffia #DDCB9E

Tints of Raffia #DDCB9E

Color information

#DDCB9E (or 0xDDCB9E) is unknown color: approx Raffia. HEX triplet: DD, CB and 9E. RGB value is (221,203,158). Sum of RGB (Red+Green+Blue) = 221+203+158=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB9E is #223461. Grayscale: #CBCBCB. Windows color (decimal): -2241634 or 10406877. OLE color: 10406877.

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

Color convert

RGB221203158-
CMYK00.080.290.13
HSL42.86º48.09%74.31%-
HSV(B)42.86º28.51%86.67%-
XYZ57.3560.5541.01-
YUV203.25102.46140.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=37.97%
G=34.88%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120315800.080.290.1342.8648.0974.31
HexDDCB9E081DD2b304a
Octal33531323601035155360112
Binary110111011100101110011110010001110111011010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB9E; }

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

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

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

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

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

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

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

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