#DC9B96

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

Shades of Petite Orchid #DC9B96

Tints of Petite Orchid #DC9B96

Color information

#DC9B96 (or 0xDC9B96) is unknown color: approx Petite Orchid. HEX triplet: DC, 9B and 96. RGB value is (220,155,150). Sum of RGB (Red+Green+Blue) = 220+155+150=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B96 is #236469. Grayscale: #ADADAD. Windows color (decimal): -2319466 or 9870300. OLE color: 9870300.

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

Color convert

RGB220155150-
CMYK00.300.320.14
HSL4.29º50%72.55%-
HSV(B)4.29º31.82%86.27%-
XYZ46.7440.8634.28-
YUV173.86114.53160.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=41.90%
G=29.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015515000.300.320.144.295072.55
HexDC9B9601E20E43249
Octal3342332260364016462111
Binary11011100100110111001011001111010000011101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9B96; }

 p { color: rgb(220,155,150); }

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

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

 a { background-color: rgb(220,155,150); }

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

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

 span { border-color: rgb(220,155,150); }

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