#DDC69B

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

Shades of Raffia #DDC69B

Tints of Raffia #DDC69B

Color information

#DDC69B (or 0xDDC69B) is unknown color: approx Raffia. HEX triplet: DD, C6 and 9B. RGB value is (221,198,155). Sum of RGB (Red+Green+Blue) = 221+198+155=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69B is #223964. Grayscale: #C8C8C8. Windows color (decimal): -2242917 or 10208989. OLE color: 10208989.

HSL color Cylindrical-coordinate representation of color #DDC69B: hue angle of 39.09º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDC69B is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221198155-
CMYK00.100.300.13
HSL39.09º49.25%73.73%-
HSV(B)39.09º29.86%86.67%-
XYZ55.9358.1339.28-
YUV199.98102.62143-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 155 (60.94% from 255) = 27.00%
R=38.50%
G=34.49%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119815500.100.300.1339.0949.2573.73
HexDDC69B0A1ED27314a
Octal33530623301236154761112
Binary110111011100011010011011010101111011011001111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC69B; }

 p { color: rgb(221,198,155); }

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

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

 a { background-color: rgb(221,198,155); }

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

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

 span { border-color: rgb(221,198,155); }

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