#DDC79A

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

Shades of Raffia #DDC79A

Tints of Raffia #DDC79A

Color information

#DDC79A (or 0xDDC79A) is unknown color: approx Raffia. HEX triplet: DD, C7 and 9A. RGB value is (221,199,154). Sum of RGB (Red+Green+Blue) = 221+199+154=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC79A is #223865. Grayscale: #C8C8C8. Windows color (decimal): -2242662 or 10143709. OLE color: 10143709.

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

Color convert

RGB221199154-
CMYK00.100.300.13
HSL40.3º49.63%73.53%-
HSV(B)40.3º30.32%86.67%-
XYZ56.0758.5538.92-
YUV200.45101.79142.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=38.50%
G=34.67%
B=26.83%

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
Decimal22119915400.100.300.1340.349.6373.53
HexDDC79A0A1ED28324a
Octal33530723201236155062112
Binary110111011100011110011010010101111011011010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC79A; }

 p { color: rgb(221,199,154); }

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

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

 a { background-color: rgb(221,199,154); }

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

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

 span { border-color: rgb(221,199,154); }

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