Html Css Color HEX #D39689 Petite Orchid

📋 copy color: '#D39689'

red 211 ◦ green 150 ◦ blue 137

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

Shades of Petite Orchid #D39689

Tints of Petite Orchid #D39689

RGB

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

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

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

R = 42.37%
G = 30.12%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D39689 (or 0xD39689) is known color: Petite Orchid. HEX triplet: D3, 96 and 89. RGB value is (211,150,137). Sum of RGB (Red+Green+Blue) = 211+150+137=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D39689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39689 is #2C6976. Grayscale: #A6A6A6. Windows color (decimal): -2910583 or 9017043. OLE color: 9017043.

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

Color convert

RGB 211 150 137 -
CMYK 0 0.29 0.35 0.17
HSL 10.54º 0.46% 0.68% -
HSV(B) 10.54º 0.35% 0.83% -
XYZ 42.29 37.47 28.67 -
YUV 166.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 211 150 137 0 0.29 0.35 0.17 10.54 0.46 0.68
Hex D3 96 89 0 1D 23 11 B 2E 44
Octal 323 226 211 0 35 43 21 13 56 104
Binary 11010011 10010110 10001001 0 11101 100011 10001 1011 101110 1000100

Color Harmonies of #D39689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39689

Black with #D39689

Text Example


Text Example

White with #D39689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39689; }

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

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

background-color css

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

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

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

border-color css

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

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

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