Html Css Color HEX #D9938B Petite Orchid

📋 copy color: '#D9938B'

red 217 ◦ green 147 ◦ blue 139

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

Shades of Petite Orchid #D9938B

Tints of Petite Orchid #D9938B

RGB

 RED value IS 217 (85.16% from 255) = 43.14%

 GREEN value IS 147 (57.81% from 255) = 29.22%

 BLUE value IS 139 (54.69% from 255) = 27.63%

R = 43.14%
G = 29.22%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9938B (or 0xD9938B) is known color: Petite Orchid. HEX triplet: D9, 93 and 8B. RGB value is (217,147,139). Sum of RGB (Red+Green+Blue) = 217+147+139=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9938B is #266C74. Grayscale: #A7A7A7. Windows color (decimal): -2518133 or 9147353. OLE color: 9147353.

HSL color Cylindrical-coordinate representation of color #D9938B: hue angle of 6.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9938B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 139 -
CMYK 0 0.32 0.36 0.15
HSL 6.15º 0.51% 0.7% -
HSV(B) 6.15º 0.36% 0.85% -
XYZ 43.71 37.48 29.36 -
YUV 167.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 217 147 139 0 0.32 0.36 0.15 6.15 0.51 0.7
Hex D9 93 8B 0 20 24 F 6 33 46
Octal 331 223 213 0 40 44 17 6 63 106
Binary 11011001 10010011 10001011 0 100000 100100 1111 110 110011 1000110

Color Harmonies of #D9938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9938B

Black with #D9938B

Text Example


Text Example

White with #D9938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9938B; }

 p { color: rgb(217,147,139); }

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

background-color css

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

 a { background-color: rgb(217,147,139); }

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

border-color css

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

 span { border-color: rgb(217,147,139); }

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