Html Css Color HEX #D99690 Petite Orchid

📋 copy color: '#D99690'

red 217 ◦ green 150 ◦ blue 144

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

Shades of Petite Orchid #D99690

Tints of Petite Orchid #D99690

RGB

 RED value IS 217 (85.16% from 255) = 42.47%

 GREEN value IS 150 (58.98% from 255) = 29.35%

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

R = 42.47%
G = 29.35%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D99690 (or 0xD99690) is known color: Petite Orchid. HEX triplet: D9, 96 and 90. RGB value is (217,150,144). Sum of RGB (Red+Green+Blue) = 217+150+144=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D99690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99690 is #26696F. Grayscale: #A9A9A9. Windows color (decimal): -2517360 or 9475801. OLE color: 9475801.

HSL color Cylindrical-coordinate representation of color #D99690: hue angle of 4.93º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99690 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 150 144 -
CMYK 0 0.31 0.34 0.15
HSL 4.93º 0.49% 0.71% -
HSV(B) 4.93º 0.34% 0.85% -
XYZ 44.56 38.58 31.48 -
YUV 169.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 217 150 144 0 0.31 0.34 0.15 4.93 0.49 0.71
Hex D9 96 90 0 1F 22 F 5 31 47
Octal 331 226 220 0 37 42 17 5 61 107
Binary 11011001 10010110 10010000 0 11111 100010 1111 101 110001 1000111

Color Harmonies of #D99690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99690

Black with #D99690

Text Example


Text Example

White with #D99690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99690; }

 p { color: rgb(217,150,144); }

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

background-color css

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

 a { background-color: rgb(217,150,144); }

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

border-color css

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

 span { border-color: rgb(217,150,144); }

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