#DDC392

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

Shades of Raffia #DDC392

Tints of Raffia #DDC392

Color information

#DDC392 (or 0xDDC392) is unknown color: approx Raffia. HEX triplet: DD, C3 and 92. RGB value is (221,195,146). Sum of RGB (Red+Green+Blue) = 221+195+146=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC392 is #223C6D. Grayscale: #C5C5C5. Windows color (decimal): -2243694 or 9618397. OLE color: 9618397.

HSL color Cylindrical-coordinate representation of color #DDC392: hue angle of 39.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDC392 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221195146-
CMYK00.120.340.13
HSL39.2º52.45%71.96%-
HSV(B)39.2º33.94%86.67%-
XYZ54.5256.4835.22-
YUV197.1999.11144.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 146 (57.42% from 255) = 25.98%
R=39.32%
G=34.70%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119514600.120.340.1339.252.4571.96
HexDDC3920C22D273448
Octal33530322201442154764110
Binary1101110111000011100100100110010001011011001111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC392; }

 p { color: rgb(221,195,146); }

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

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

 a { background-color: rgb(221,195,146); }

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

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

 span { border-color: rgb(221,195,146); }

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