#DDC99D

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

Shades of Raffia #DDC99D

Tints of Raffia #DDC99D

Color information

#DDC99D (or 0xDDC99D) is unknown color: approx Raffia. HEX triplet: DD, C9 and 9D. RGB value is (221,201,157). Sum of RGB (Red+Green+Blue) = 221+201+157=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC99D is #223662. Grayscale: #CACACA. Windows color (decimal): -2242147 or 10340829. OLE color: 10340829.

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

Color convert

RGB221201157-
CMYK00.090.290.13
HSL41.25º48.48%74.12%-
HSV(B)41.25º28.96%86.67%-
XYZ56.7959.5840.41-
YUV201.96102.63141.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=38.17%
G=34.72%
B=27.12%

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
Decimal22120115700.090.290.1341.2548.4874.12
HexDDC99D091DD29304a
Octal33531123501135155160112
Binary110111011100100110011101010011110111011010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC99D; }

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

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

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

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

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

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

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

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