#DDC99C

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

Shades of Raffia #DDC99C

Tints of Raffia #DDC99C

Color information

#DDC99C (or 0xDDC99C) is unknown color: approx Raffia. HEX triplet: DD, C9 and 9C. RGB value is (221,201,156). Sum of RGB (Red+Green+Blue) = 221+201+156=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99C is #223663. Grayscale: #CACACA. Windows color (decimal): -2242148 or 10275293. OLE color: 10275293.

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

Color convert

RGB221201156-
CMYK00.090.290.13
HSL41.54º48.87%73.92%-
HSV(B)41.54º29.41%86.67%-
XYZ56.7159.5539.96-
YUV201.85102.13141.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 156 (61.33% from 255) = 26.99%
R=38.24%
G=34.78%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120115600.090.290.1341.5448.8773.92
HexDDC99C091DD2a314a
Octal33531123401135155261112
Binary110111011100100110011100010011110111011010101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC99C; }

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

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

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

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

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

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

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

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