#DDC29A

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

Shades of Raffia #DDC29A

Tints of Raffia #DDC29A

Color information

#DDC29A (or 0xDDC29A) is unknown color: approx Raffia. HEX triplet: DD, C2 and 9A. RGB value is (221,194,154). Sum of RGB (Red+Green+Blue) = 221+194+154=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29A is #223D65. Grayscale: #C5C5C5. Windows color (decimal): -2243942 or 10142429. OLE color: 10142429.

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

Color convert

RGB221194154-
CMYK00.120.300.13
HSL35.82º49.63%73.53%-
HSV(B)35.82º30.32%86.67%-
XYZ54.9456.2938.54-
YUV197.51103.45144.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=38.84%
G=34.09%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119415400.120.300.1335.8249.6373.53
HexDDC29A0C1ED24324a
Octal33530223201436154462112
Binary110111011100001010011010011001111011011001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC29A; }

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

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

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

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

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

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

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

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