#ddc99e

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

Shades of Raffia #DDC99E

Tints of Raffia #DDC99E

Color information

#DDC99E (or 0xDDC99E) is unknown color: approx Raffia. HEX triplet: DD, C9 and 9E. RGB value is (221,201,158). Sum of RGB (Red+Green+Blue) = 221+201+158=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99E is #223661. Grayscale: #CACACA. Windows color (decimal): -2242146 or 10406365. OLE color: 10406365.

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

Color convert

RGB221201158-
CMYK00.090.290.13
HSL40.95º48.09%74.31%-
HSV(B)40.95º28.51%86.67%-
XYZ56.8859.6140.86-
YUV202.08103.13141.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=38.10%
G=34.66%
B=27.24%

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
Decimal22120115800.090.290.1340.9548.0974.31
HexDDC99E091DD29304a
Octal33531123601135155160112
Binary110111011100100110011110010011110111011010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc99e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc99e; }

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

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

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

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

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

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

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

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