Html Css Color HEX #D99691 Petite Orchid

📋 copy color: '#D99691'

red 217 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #D99691

Tints of Petite Orchid #D99691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 42.38%
G = 29.3%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99691 (or 0xD99691) is known color: Petite Orchid. HEX triplet: D9, 96 and 91. RGB value is (217,150,145). Sum of RGB (Red+Green+Blue) = 217+150+145=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99691 is #26696E. Grayscale: #A9A9A9. Windows color (decimal): -2517359 or 9541337. OLE color: 9541337.

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

Color convert

RGB 217 150 145 -
CMYK 0 0.31 0.33 0.15
HSL 4.17º 0.49% 0.71% -
HSV(B) 4.17º 0.33% 0.85% -
XYZ 44.63 38.61 31.89 -
YUV 169.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 217 150 145 0 0.31 0.33 0.15 4.17 0.49 0.71
Hex D9 96 91 0 1F 21 F 4 31 47
Octal 331 226 221 0 37 41 17 4 61 107
Binary 11011001 10010110 10010001 0 11111 100001 1111 100 110001 1000111

Color Harmonies of #D99691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99691

Black with #D99691

Text Example


Text Example

White with #D99691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99691; }

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

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

background-color css

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

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

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

border-color css

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

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

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