#DDBF9C

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

Shades of Raffia #DDBF9C

Tints of Raffia #DDBF9C

Color information

#DDBF9C (or 0xDDBF9C) is unknown color: approx Raffia. HEX triplet: DD, BF and 9C. RGB value is (221,191,156). Sum of RGB (Red+Green+Blue) = 221+191+156=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF9C is #224063. Grayscale: #C4C4C4. Windows color (decimal): -2244708 or 10272733. OLE color: 10272733.

HSL color Cylindrical-coordinate representation of color #DDBF9C: hue angle of 32.31º degrees, saturation: 0.49, 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 #DDBF9C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221191156-
CMYK00.140.290.13
HSL32.31º48.87%73.92%-
HSV(B)32.31º29.41%86.67%-
XYZ54.4555.0339.21-
YUV195.98105.44145.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 156 (61.33% from 255) = 27.46%
R=38.91%
G=33.63%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119115600.140.290.1332.3148.8773.92
HexDDBF9C0E1DD20314a
Octal33527723401635154061112
Binary110111011011111110011100011101110111011000001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF9C; }

 p { color: rgb(221,191,156); }

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

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

 a { background-color: rgb(221,191,156); }

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

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

 span { border-color: rgb(221,191,156); }

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