Html Css Color HEX #D99B94 Petite Orchid

📋 copy color: '#D99B94'

red 217 ◦ green 155 ◦ blue 148

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

Shades of Petite Orchid #D99B94

Tints of Petite Orchid #D99B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 41.73%
G = 29.81%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99B94 (or 0xD99B94) is known color: Petite Orchid. HEX triplet: D9, 9B and 94. RGB value is (217,155,148). Sum of RGB (Red+Green+Blue) = 217+155+148=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B94 is #26646B. Grayscale: #ACACAC. Windows color (decimal): -2516076 or 9739225. OLE color: 9739225.

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

Color convert

RGB 217 155 148 -
CMYK 0 0.29 0.32 0.15
HSL 6.09º 0.48% 0.72% -
HSV(B) 6.09º 0.32% 0.85% -
XYZ 45.68 40.33 33.39 -
YUV 172.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 217 155 148 0 0.29 0.32 0.15 6.09 0.48 0.72
Hex D9 9B 94 0 1D 20 F 6 30 48
Octal 331 233 224 0 35 40 17 6 60 110
Binary 11011001 10011011 10010100 0 11101 100000 1111 110 110000 1001000

Color Harmonies of #D99B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B94

Black with #D99B94

Text Example


Text Example

White with #D99B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B94; }

 p { color: rgb(217,155,148); }

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

background-color css

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

 a { background-color: rgb(217,155,148); }

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

border-color css

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

 span { border-color: rgb(217,155,148); }

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