Html Css Color HEX #D19688 Petite Orchid

📋 copy color: '#D19688'

red 209 ◦ green 150 ◦ blue 136

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

Shades of Petite Orchid #D19688

Tints of Petite Orchid #D19688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.3%

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 42.22%
G = 30.3%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D19688 (or 0xD19688) is known color: Petite Orchid. HEX triplet: D1, 96 and 88. RGB value is (209,150,136). Sum of RGB (Red+Green+Blue) = 209+150+136=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D19688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19688 is #2E6977. Grayscale: #A6A6A6. Windows color (decimal): -3041656 or 8951505. OLE color: 8951505.

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

Color convert

RGB 209 150 136 -
CMYK 0 0.28 0.35 0.18
HSL 11.51º 0.44% 0.68% -
HSV(B) 11.51º 0.35% 0.82% -
XYZ 41.64 37.15 28.27 -
YUV 166.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 209 150 136 0 0.28 0.35 0.18 11.51 0.44 0.68
Hex D1 96 88 0 1C 23 12 C 2C 44
Octal 321 226 210 0 34 43 22 14 54 104
Binary 11010001 10010110 10001000 0 11100 100011 10010 1100 101100 1000100

Color Harmonies of #D19688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19688

Black with #D19688

Text Example


Text Example

White with #D19688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19688; }

 p { color: rgb(209,150,136); }

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

background-color css

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

 a { background-color: rgb(209,150,136); }

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

border-color css

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

 span { border-color: rgb(209,150,136); }

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