Html Css Color HEX #D39889 Petite Orchid

📋 copy color: '#D39889'

red 211 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #D39889

Tints of Petite Orchid #D39889

RGB

 RED value IS 211 (82.81% from 255) = 42.2%

 GREEN value IS 152 (59.77% from 255) = 30.4%

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

R = 42.2%
G = 30.4%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D39889 (or 0xD39889) is known color: Petite Orchid. HEX triplet: D3, 98 and 89. RGB value is (211,152,137). Sum of RGB (Red+Green+Blue) = 211+152+137=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D39889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39889 is #2C6776. Grayscale: #A8A8A8. Windows color (decimal): -2910071 or 9017555. OLE color: 9017555.

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

Color convert

RGB 211 152 137 -
CMYK 0 0.28 0.35 0.17
HSL 12.16º 0.46% 0.68% -
HSV(B) 12.16º 0.35% 0.83% -
XYZ 42.61 38.11 28.78 -
YUV 167.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 211 152 137 0 0.28 0.35 0.17 12.16 0.46 0.68
Hex D3 98 89 0 1C 23 11 C 2E 44
Octal 323 230 211 0 34 43 21 14 56 104
Binary 11010011 10011000 10001001 0 11100 100011 10001 1100 101110 1000100

Color Harmonies of #D39889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39889

Black with #D39889

Text Example


Text Example

White with #D39889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39889; }

 p { color: rgb(211,152,137); }

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

background-color css

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

 a { background-color: rgb(211,152,137); }

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

border-color css

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

 span { border-color: rgb(211,152,137); }

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