Html Css Color HEX #DF9B90 Petite Orchid

📋 copy color: '#DF9B90'

red 223 ◦ green 155 ◦ blue 144

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

Shades of Petite Orchid #DF9B90

Tints of Petite Orchid #DF9B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.59%

R = 42.72%
G = 29.69%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF9B90 (or 0xDF9B90) is known color: Petite Orchid. HEX triplet: DF, 9B and 90. RGB value is (223,155,144). Sum of RGB (Red+Green+Blue) = 223+155+144=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9B90 is #20646F. Grayscale: #AEAEAE. Windows color (decimal): -2122864 or 9477087. OLE color: 9477087.

HSL color Cylindrical-coordinate representation of color #DF9B90: hue angle of 8.35º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9B90 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 155 144 -
CMYK 0 0.30 0.35 0.13
HSL 8.35º 0.55% 0.72% -
HSV(B) 8.35º 0.35% 0.87% -
XYZ 47.19 41.14 31.84 -
YUV 174.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 223 155 144 0 0.30 0.35 0.13 8.35 0.55 0.72
Hex DF 9B 90 0 1E 23 D 8 37 48
Octal 337 233 220 0 36 43 15 10 67 110
Binary 11011111 10011011 10010000 0 11110 100011 1101 1000 110111 1001000

Color Harmonies of #DF9B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B90

Black with #DF9B90

Text Example


Text Example

White with #DF9B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B90; }

 p { color: rgb(223,155,144); }

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

background-color css

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

 a { background-color: rgb(223,155,144); }

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

border-color css

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

 span { border-color: rgb(223,155,144); }

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