Html Css Color HEX #DF9486 Petite Orchid

📋 copy color: '#DF9486'

red 223 ◦ green 148 ◦ blue 134

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

Shades of Petite Orchid #DF9486

Tints of Petite Orchid #DF9486

RGB

 RED value IS 223 (87.5% from 255) = 44.16%

 GREEN value IS 148 (58.2% from 255) = 29.31%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 44.16%
G = 29.31%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF9486 (or 0xDF9486) is known color: Petite Orchid. HEX triplet: DF, 94 and 86. RGB value is (223,148,134). Sum of RGB (Red+Green+Blue) = 223+148+134=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9486 is #206B79. Grayscale: #A8A8A8. Windows color (decimal): -2124666 or 8819935. OLE color: 8819935.

HSL color Cylindrical-coordinate representation of color #DF9486: hue angle of 9.44º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9486 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 134 -
CMYK 0 0.34 0.40 0.13
HSL 9.44º 0.58% 0.7% -
HSV(B) 9.44º 0.4% 0.87% -
XYZ 45.32 38.59 27.61 -
YUV 168.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 223 148 134 0 0.34 0.40 0.13 9.44 0.58 0.7
Hex DF 94 86 0 22 28 D 9 3A 46
Octal 337 224 206 0 42 50 15 11 72 106
Binary 11011111 10010100 10000110 0 100010 101000 1101 1001 111010 1000110

Color Harmonies of #DF9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9486

Black with #DF9486

Text Example


Text Example

White with #DF9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9486; }

 p { color: rgb(223,148,134); }

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

background-color css

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

 a { background-color: rgb(223,148,134); }

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

border-color css

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

 span { border-color: rgb(223,148,134); }

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