Html Css Color HEX #D9938A Petite Orchid

📋 copy color: '#D9938A'

red 217 ◦ green 147 ◦ blue 138

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

Shades of Petite Orchid #D9938A

Tints of Petite Orchid #D9938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 43.23%
G = 29.28%
B = 27.49%

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

#D9938A (or 0xD9938A) is known color: Petite Orchid. HEX triplet: D9, 93 and 8A. RGB value is (217,147,138). Sum of RGB (Red+Green+Blue) = 217+147+138=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9938A is #266C75. Grayscale: #A7A7A7. Windows color (decimal): -2518134 or 9081817. OLE color: 9081817.

HSL color Cylindrical-coordinate representation of color #D9938A: hue angle of 6.84º 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 #D9938A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 138 -
CMYK 0 0.32 0.36 0.15
HSL 6.84º 0.51% 0.7% -
HSV(B) 6.84º 0.36% 0.85% -
XYZ 43.64 37.45 28.97 -
YUV 166.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 217 147 138 0 0.32 0.36 0.15 6.84 0.51 0.7
Hex D9 93 8A 0 20 24 F 7 33 46
Octal 331 223 212 0 40 44 17 7 63 106
Binary 11011001 10010011 10001010 0 100000 100100 1111 111 110011 1000110

Color Harmonies of #D9938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9938A

Black with #D9938A

Text Example


Text Example

White with #D9938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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