#DDC695

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

Shades of Raffia #DDC695

Tints of Raffia #DDC695

Color information

#DDC695 (or 0xDDC695) is unknown color: approx Raffia. HEX triplet: DD, C6 and 95. RGB value is (221,198,149). Sum of RGB (Red+Green+Blue) = 221+198+149=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC695 is #22396A. Grayscale: #C7C7C7. Windows color (decimal): -2242923 or 9815773. OLE color: 9815773.

HSL color Cylindrical-coordinate representation of color #DDC695: hue angle of 40.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC695 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221198149-
CMYK00.100.330.13
HSL40.83º51.43%72.55%-
HSV(B)40.83º32.58%86.67%-
XYZ55.4457.9336.69-
YUV199.2999.62143.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 149 (58.59% from 255) = 26.23%
R=38.91%
G=34.86%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119814900.100.330.1340.8351.4372.55
HexDDC6950A21D293349
Octal33530622501241155163111
Binary1101110111000110100101010101010000111011010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC695; }

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

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

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

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

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

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

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

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