Html Css Color HEX #D89692 Petite Orchid

📋 copy color: '#D89692'

red 216 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #D89692

Tints of Petite Orchid #D89692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 42.19%
G = 29.3%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D89692 (or 0xD89692) is known color: Petite Orchid. HEX triplet: D8, 96 and 92. RGB value is (216,150,146). Sum of RGB (Red+Green+Blue) = 216+150+146=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D89692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89692 is #27696D. Grayscale: #A9A9A9. Windows color (decimal): -2582894 or 9606872. OLE color: 9606872.

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

Color convert

RGB 216 150 146 -
CMYK 0 0.31 0.32 0.15
HSL 3.43º 0.47% 0.71% -
HSV(B) 3.43º 0.32% 0.85% -
XYZ 44.41 38.49 32.28 -
YUV 169.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 216 150 146 0 0.31 0.32 0.15 3.43 0.47 0.71
Hex D8 96 92 0 1F 20 F 3 2F 47
Octal 330 226 222 0 37 40 17 3 57 107
Binary 11011000 10010110 10010010 0 11111 100000 1111 11 101111 1000111

Color Harmonies of #D89692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89692

Black with #D89692

Text Example


Text Example

White with #D89692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89692; }

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

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

background-color css

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

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

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

border-color css

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

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

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