Html Css Color HEX #D89885 Petite Orchid

📋 copy color: '#D89885'

red 216 ◦ green 152 ◦ blue 133

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

Shades of Petite Orchid #D89885

Tints of Petite Orchid #D89885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.34%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 43.11%
G = 30.34%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D89885 (or 0xD89885) is known color: Petite Orchid. HEX triplet: D8, 98 and 85. RGB value is (216,152,133). Sum of RGB (Red+Green+Blue) = 216+152+133=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D89885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89885 is #27677A. Grayscale: #A9A9A9. Windows color (decimal): -2582395 or 8755416. OLE color: 8755416.

HSL color Cylindrical-coordinate representation of color #D89885: hue angle of 13.73º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89885 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 133 -
CMYK 0 0.30 0.38 0.15
HSL 13.73º 0.52% 0.68% -
HSV(B) 13.73º 0.38% 0.85% -
XYZ 43.78 38.75 27.36 -
YUV 168.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 216 152 133 0 0.30 0.38 0.15 13.73 0.52 0.68
Hex D8 98 85 0 1E 26 F E 34 44
Octal 330 230 205 0 36 46 17 16 64 104
Binary 11011000 10011000 10000101 0 11110 100110 1111 1110 110100 1000100

Color Harmonies of #D89885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89885

Black with #D89885

Text Example


Text Example

White with #D89885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89885; }

 p { color: rgb(216,152,133); }

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

background-color css

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

 a { background-color: rgb(216,152,133); }

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

border-color css

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

 span { border-color: rgb(216,152,133); }

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