#DC9D95

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

Shades of Petite Orchid #DC9D95

Tints of Petite Orchid #DC9D95

Color information

#DC9D95 (or 0xDC9D95) is unknown color: approx Petite Orchid. HEX triplet: DC, 9D and 95. RGB value is (220,157,149). Sum of RGB (Red+Green+Blue) = 220+157+149=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D95 is #23626A. Grayscale: #AFAFAF. Windows color (decimal): -2318955 or 9805276. OLE color: 9805276.

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

Color convert

RGB220157149-
CMYK00.290.320.14
HSL6.76º50.35%72.35%-
HSV(B)6.76º32.27%86.27%-
XYZ4741.533.97-
YUV174.92113.37160.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=41.83%
G=29.85%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015714900.290.320.146.7650.3572.35
HexDC9D9501D20E73248
Octal3342352250354016762110
Binary11011100100111011001010101110110000011101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D95; }

 p { color: rgb(220,157,149); }

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

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

 a { background-color: rgb(220,157,149); }

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

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

 span { border-color: rgb(220,157,149); }

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