#DDC89D

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

Shades of Raffia #DDC89D

Tints of Raffia #DDC89D

Color information

#DDC89D (or 0xDDC89D) is unknown color: approx Raffia. HEX triplet: DD, C8 and 9D. RGB value is (221,200,157). Sum of RGB (Red+Green+Blue) = 221+200+157=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC89D is #223762. Grayscale: #C9C9C9. Windows color (decimal): -2242403 or 10340573. OLE color: 10340573.

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

Color convert

RGB221200157-
CMYK00.100.290.13
HSL40.31º48.48%74.12%-
HSV(B)40.31º28.96%86.67%-
XYZ56.5659.1240.33-
YUV201.38102.96142-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=38.24%
G=34.60%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120015700.100.290.1340.3148.4874.12
HexDDC89D0A1DD28304a
Octal33531023501235155060112
Binary110111011100100010011101010101110111011010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC89D; }

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

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

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

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

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

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

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

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