Html Css Color HEX #D8938A Petite Orchid

📋 copy color: '#D8938A'

red 216 ◦ green 147 ◦ blue 138

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

Shades of Petite Orchid #D8938A

Tints of Petite Orchid #D8938A

RGB

 RED value IS 216 (84.77% from 255) = 43.11%

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

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

R = 43.11%
G = 29.34%
B = 27.54%

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

#D8938A (or 0xD8938A) is known color: Petite Orchid. HEX triplet: D8, 93 and 8A. RGB value is (216,147,138). Sum of RGB (Red+Green+Blue) = 216+147+138=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938A is #276C75. Grayscale: #A6A6A6. Windows color (decimal): -2583670 or 9081816. OLE color: 9081816.

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

Color convert

RGB 216 147 138 -
CMYK 0 0.32 0.36 0.15
HSL 6.92º 0.5% 0.69% -
HSV(B) 6.92º 0.36% 0.85% -
XYZ 43.34 37.3 28.96 -
YUV 166.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 216 147 138 0 0.32 0.36 0.15 6.92 0.5 0.69
Hex D8 93 8A 0 20 24 F 7 32 45
Octal 330 223 212 0 40 44 17 7 62 105
Binary 11011000 10010011 10001010 0 100000 100100 1111 111 110010 1000101

Color Harmonies of #D8938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8938A

Black with #D8938A

Text Example


Text Example

White with #D8938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8938A; }

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

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

background-color css

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

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

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

border-color css

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

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

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