#DD998D

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

Shades of Petite Orchid #DD998D

Tints of Petite Orchid #DD998D

Color information

#DD998D (or 0xDD998D) is unknown color: approx Petite Orchid. HEX triplet: DD, 99 and 8D. RGB value is (221,153,141). Sum of RGB (Red+Green+Blue) = 221+153+141=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD998D is #226672. Grayscale: #ACACAC. Windows color (decimal): -2254451 or 9279965. OLE color: 9279965.

HSL color Cylindrical-coordinate representation of color #DD998D: hue angle of 9º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD998D is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221153141-
CMYK00.310.360.13
HSL54.05%70.98%-
HSV(B)36.2%86.67%-
XYZ46.0240.0830.51-
YUV171.96110.53162.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=42.91%
G=29.71%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115314100.310.360.13954.0570.98
HexDD998D01F24D93647
Octal33523121503744151166107
Binary110111011001100110001101011111100100110110011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD998D; }

 p { color: rgb(221,153,141); }

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

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

 a { background-color: rgb(221,153,141); }

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

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

 span { border-color: rgb(221,153,141); }

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