Html Css Color HEX #D89691 Petite Orchid

📋 copy color: '#D89691'

red 216 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #D89691

Tints of Petite Orchid #D89691

RGB

 RED value IS 216 (84.77% from 255) = 42.27%

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

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

R = 42.27%
G = 29.35%
B = 28.38%

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

#D89691 (or 0xD89691) is known color: Petite Orchid. HEX triplet: D8, 96 and 91. RGB value is (216,150,145). Sum of RGB (Red+Green+Blue) = 216+150+145=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D89691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89691 is #27696E. Grayscale: #A9A9A9. Windows color (decimal): -2582895 or 9541336. OLE color: 9541336.

HSL color Cylindrical-coordinate representation of color #D89691: hue angle of 4.23º degrees, saturation: 0.48, 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 #D89691 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 145 -
CMYK 0 0.31 0.33 0.15
HSL 4.23º 0.48% 0.71% -
HSV(B) 4.23º 0.33% 0.85% -
XYZ 44.34 38.46 31.87 -
YUV 169.16 114.37 161.41 -
System Red Green Blue C M Y K H S L
Decimal 216 150 145 0 0.31 0.33 0.15 4.23 0.48 0.71
Hex D8 96 91 0 1F 21 F 4 30 47
Octal 330 226 221 0 37 41 17 4 60 107
Binary 11011000 10010110 10010001 0 11111 100001 1111 100 110000 1000111

Color Harmonies of #D89691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89691

Black with #D89691

Text Example


Text Example

White with #D89691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89691; }

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

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

background-color css

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

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

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

border-color css

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

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

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