Html Css Color HEX #D19489 Petite Orchid

📋 copy color: '#D19489'

red 209 ◦ green 148 ◦ blue 137

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

Shades of Petite Orchid #D19489

Tints of Petite Orchid #D19489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 42.31%
G = 29.96%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D19489 (or 0xD19489) is known color: Petite Orchid. HEX triplet: D1, 94 and 89. RGB value is (209,148,137). Sum of RGB (Red+Green+Blue) = 209+148+137=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D19489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19489 is #2E6B76. Grayscale: #A5A5A5. Windows color (decimal): -3042167 or 9016529. OLE color: 9016529.

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

Color convert

RGB 209 148 137 -
CMYK 0 0.29 0.34 0.18
HSL 9.17º 0.44% 0.68% -
HSV(B) 9.17º 0.34% 0.82% -
XYZ 41.4 36.54 28.54 -
YUV 164.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 209 148 137 0 0.29 0.34 0.18 9.17 0.44 0.68
Hex D1 94 89 0 1D 22 12 9 2C 44
Octal 321 224 211 0 35 42 22 11 54 104
Binary 11010001 10010100 10001001 0 11101 100010 10010 1001 101100 1000100

Color Harmonies of #D19489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19489

Black with #D19489

Text Example


Text Example

White with #D19489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19489; }

 p { color: rgb(209,148,137); }

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

background-color css

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

 a { background-color: rgb(209,148,137); }

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

border-color css

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

 span { border-color: rgb(209,148,137); }

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