#DDC69D

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

Shades of Raffia #DDC69D

Tints of Raffia #DDC69D

Color information

#DDC69D (or 0xDDC69D) is unknown color: approx Raffia. HEX triplet: DD, C6 and 9D. RGB value is (221,198,157). Sum of RGB (Red+Green+Blue) = 221+198+157=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69D is #223962. Grayscale: #C8C8C8. Windows color (decimal): -2242915 or 10340061. OLE color: 10340061.

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

Color convert

RGB221198157-
CMYK00.100.290.13
HSL38.44º48.48%74.12%-
HSV(B)38.44º28.96%86.67%-
XYZ56.158.1940.17-
YUV200.2103.62142.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=38.37%
G=34.38%
B=27.26%

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
Decimal22119815700.100.290.1338.4448.4874.12
HexDDC69D0A1DD26304a
Octal33530623501235154660112
Binary110111011100011010011101010101110111011001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC69D; }

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

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

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

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

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

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

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

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