Html Css Color HEX #D99895 Petite Orchid

📋 copy color: '#D99895'

red 217 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #D99895

Tints of Petite Orchid #D99895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.76%

R = 41.89%
G = 29.34%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99895 (or 0xD99895) is known color: Petite Orchid. HEX triplet: D9, 98 and 95. RGB value is (217,152,149). Sum of RGB (Red+Green+Blue) = 217+152+149=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D99895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99895 is #26676A. Grayscale: #ABABAB. Windows color (decimal): -2516843 or 9803993. OLE color: 9803993.

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

Color convert

RGB 217 152 149 -
CMYK 0 0.30 0.31 0.15
HSL 2.65º 0.47% 0.72% -
HSV(B) 2.65º 0.31% 0.85% -
XYZ 45.27 39.38 33.65 -
YUV 171.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 217 152 149 0 0.30 0.31 0.15 2.65 0.47 0.72
Hex D9 98 95 0 1E 1F F 3 2F 48
Octal 331 230 225 0 36 37 17 3 57 110
Binary 11011001 10011000 10010101 0 11110 11111 1111 11 101111 1001000

Color Harmonies of #D99895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99895

Black with #D99895

Text Example


Text Example

White with #D99895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99895; }

 p { color: rgb(217,152,149); }

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

background-color css

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

 a { background-color: rgb(217,152,149); }

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

border-color css

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

 span { border-color: rgb(217,152,149); }

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