#DB9A8B

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

Shades of Petite Orchid #DB9A8B

Tints of Petite Orchid #DB9A8B

Color information

#DB9A8B (or 0xDB9A8B) is unknown color: approx Petite Orchid. HEX triplet: DB, 9A and 8B. RGB value is (219,154,139). Sum of RGB (Red+Green+Blue) = 219+154+139=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A8B is #246574. Grayscale: #ABABAB. Windows color (decimal): -2385269 or 9149147. OLE color: 9149147.

HSL color Cylindrical-coordinate representation of color #DB9A8B: hue angle of 11.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9A8B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219154139-
CMYK00.300.370.14
HSL11.25º52.63%70.2%-
HSV(B)11.25º36.53%85.88%-
XYZ45.4340.0429.76-
YUV171.72109.53161.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=42.77%
G=30.08%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915413900.300.370.1411.2552.6370.2
HexDB9A8B01E25Eb3546
Octal33323221303645161365106
Binary110110111001101010001011011110100101111010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A8B; }

 p { color: rgb(219,154,139); }

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

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

 a { background-color: rgb(219,154,139); }

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

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

 span { border-color: rgb(219,154,139); }

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