Html Css Color HEX #D99A95 Petite Orchid

📋 copy color: '#D99A95'

red 217 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #D99A95

Tints of Petite Orchid #D99A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 41.73%
G = 29.62%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D99A95 (or 0xD99A95) is known color: Petite Orchid. HEX triplet: D9, 9A and 95. RGB value is (217,154,149). Sum of RGB (Red+Green+Blue) = 217+154+149=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A95 is #26656A. Grayscale: #ACACAC. Windows color (decimal): -2516331 or 9804505. OLE color: 9804505.

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

Color convert

RGB 217 154 149 -
CMYK 0 0.29 0.31 0.15
HSL 4.41º 0.47% 0.72% -
HSV(B) 4.41º 0.31% 0.85% -
XYZ 45.6 40.03 33.76 -
YUV 172.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 217 154 149 0 0.29 0.31 0.15 4.41 0.47 0.72
Hex D9 9A 95 0 1D 1F F 4 2F 48
Octal 331 232 225 0 35 37 17 4 57 110
Binary 11011001 10011010 10010101 0 11101 11111 1111 100 101111 1001000

Color Harmonies of #D99A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A95

Black with #D99A95

Text Example


Text Example

White with #D99A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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