#DD998B

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

Shades of Petite Orchid #DD998B

Tints of Petite Orchid #DD998B

Color information

#DD998B (or 0xDD998B) is unknown color: approx Petite Orchid. HEX triplet: DD, 99 and 8B. RGB value is (221,153,139). Sum of RGB (Red+Green+Blue) = 221+153+139=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD998B is #226674. Grayscale: #ABABAB. Windows color (decimal): -2254453 or 9148893. OLE color: 9148893.

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

Color convert

RGB221153139-
CMYK00.310.370.13
HSL10.24º54.67%70.59%-
HSV(B)10.24º37.1%86.67%-
XYZ45.8740.0229.73-
YUV171.74109.53163.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=43.08%
G=29.82%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115313900.310.370.1310.2454.6770.59
HexDD998B01F25Da3747
Octal33523121303745151267107
Binary110111011001100110001011011111100101110110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD998B; }

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

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

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

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

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

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

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

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