Html Css Color HEX #D19997 Petite Orchid

📋 copy color: '#D19997'

red 209 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #D19997

Tints of Petite Orchid #D19997

RGB

 RED value IS 209 (82.03% from 255) = 40.74%

 GREEN value IS 153 (60.16% from 255) = 29.82%

 BLUE value IS 151 (59.38% from 255) = 29.43%

R = 40.74%
G = 29.82%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19997 (or 0xD19997) is known color: Petite Orchid. HEX triplet: D1, 99 and 97. RGB value is (209,153,151). Sum of RGB (Red+Green+Blue) = 209+153+151=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D19997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19997 is #2E6668. Grayscale: #A9A9A9. Windows color (decimal): -3040873 or 9935313. OLE color: 9935313.

HSL color Cylindrical-coordinate representation of color #D19997: hue angle of 2.07º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19997 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 151 -
CMYK 0 0.27 0.28 0.18
HSL 2.07º 0.39% 0.71% -
HSV(B) 2.07º 0.28% 0.82% -
XYZ 43.27 38.57 34.44 -
YUV 169.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 209 153 151 0 0.27 0.28 0.18 2.07 0.39 0.71
Hex D1 99 97 0 1B 1C 12 2 27 47
Octal 321 231 227 0 33 34 22 2 47 107
Binary 11010001 10011001 10010111 0 11011 11100 10010 10 100111 1000111

Color Harmonies of #D19997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19997

Black with #D19997

Text Example


Text Example

White with #D19997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19997; }

 p { color: rgb(209,153,151); }

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

background-color css

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

 a { background-color: rgb(209,153,151); }

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

border-color css

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

 span { border-color: rgb(209,153,151); }

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