Html Css Color HEX #DC9D95 Petite Orchid

📋 copy color: '#DC9D95'

red 220 ◦ green 157 ◦ blue 149

#DC9D95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DC9D95

Tints of Petite Orchid #DC9D95

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 value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC9D95 (or 0xDC9D95) is known color: 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

RGB 220 157 149 -
CMYK 0 0.29 0.32 0.14
HSL 6.76º 0.5% 0.72% -
HSV(B) 6.76º 0.32% 0.86% -
XYZ 47 41.5 33.97 -
YUV 174.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 220 157 149 0 0.29 0.32 0.14 6.76 0.5 0.72
Hex DC 9D 95 0 1D 20 E 7 32 48
Octal 334 235 225 0 35 40 16 7 62 110
Binary 11011100 10011101 10010101 0 11101 100000 1110 111 110010 1001000

Color Harmonies of #DC9D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D95

Black with #DC9D95

Text Example


Text Example

White with #DC9D95

Text Example


Text Example

HTML Codes & Css Web 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>