Html Css Color HEX #D39289 Petite Orchid

📋 copy color: '#D39289'

red 211 ◦ green 146 ◦ blue 137

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

Shades of Petite Orchid #D39289

Tints of Petite Orchid #D39289

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.55%

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

R = 42.71%
G = 29.55%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D39289 (or 0xD39289) is known color: Petite Orchid. HEX triplet: D3, 92 and 89. RGB value is (211,146,137). Sum of RGB (Red+Green+Blue) = 211+146+137=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D39289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39289 is #2C6D76. Grayscale: #A4A4A4. Windows color (decimal): -2911607 or 9016019. OLE color: 9016019.

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

Color convert

RGB 211 146 137 -
CMYK 0 0.31 0.35 0.17
HSL 7.3º 0.46% 0.68% -
HSV(B) 7.3º 0.35% 0.83% -
XYZ 41.66 36.21 28.46 -
YUV 164.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 211 146 137 0 0.31 0.35 0.17 7.3 0.46 0.68
Hex D3 92 89 0 1F 23 11 7 2E 44
Octal 323 222 211 0 37 43 21 7 56 104
Binary 11010011 10010010 10001001 0 11111 100011 10001 111 101110 1000100

Color Harmonies of #D39289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39289

Black with #D39289

Text Example


Text Example

White with #D39289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39289; }

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

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

background-color css

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

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

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

border-color css

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

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

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