Html Css Color HEX #DC9B8E Petite Orchid

📋 copy color: '#DC9B8E'

red 220 ◦ green 155 ◦ blue 142

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

Shades of Petite Orchid #DC9B8E

Tints of Petite Orchid #DC9B8E

RGB

 RED value IS 220 (86.33% from 255) = 42.55%

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 142 (55.86% from 255) = 27.47%

R = 42.55%
G = 29.98%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC9B8E (or 0xDC9B8E) is known color: Petite Orchid. HEX triplet: DC, 9B and 8E. RGB value is (220,155,142). Sum of RGB (Red+Green+Blue) = 220+155+142=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B8E is #236471. Grayscale: #ADADAD. Windows color (decimal): -2319474 or 9346012. OLE color: 9346012.

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

Color convert

RGB 220 155 142 -
CMYK 0 0.30 0.35 0.14
HSL 10º 0.53% 0.71% -
HSV(B) 10º 0.35% 0.86% -
XYZ 46.12 40.61 31 -
YUV 172.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 220 155 142 0 0.30 0.35 0.14 10 0.53 0.71
Hex DC 9B 8E 0 1E 23 E A 35 47
Octal 334 233 216 0 36 43 16 12 65 107
Binary 11011100 10011011 10001110 0 11110 100011 1110 1010 110101 1000111

Color Harmonies of #DC9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B8E

Black with #DC9B8E

Text Example


Text Example

White with #DC9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B8E; }

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

 H1.HeaderClassName
 {
   color: #DC9B8E;
 }
 .AnyTagClassName
 {
   color: #DC9B8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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