Html Css Color HEX #D9998A Petite Orchid

📋 copy color: '#D9998A'

red 217 ◦ green 153 ◦ blue 138

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

Shades of Petite Orchid #D9998A

Tints of Petite Orchid #D9998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.12%

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

R = 42.72%
G = 30.12%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9998A (or 0xD9998A) is known color: Petite Orchid. HEX triplet: D9, 99 and 8A. RGB value is (217,153,138). Sum of RGB (Red+Green+Blue) = 217+153+138=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9998A is #266675. Grayscale: #AAAAAA. Windows color (decimal): -2516598 or 9083353. OLE color: 9083353.

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

Color convert

RGB 217 153 138 -
CMYK 0 0.29 0.36 0.15
HSL 11.39º 0.51% 0.7% -
HSV(B) 11.39º 0.36% 0.85% -
XYZ 44.59 39.37 29.29 -
YUV 170.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 217 153 138 0 0.29 0.36 0.15 11.39 0.51 0.7
Hex D9 99 8A 0 1D 24 F B 33 46
Octal 331 231 212 0 35 44 17 13 63 106
Binary 11011001 10011001 10001010 0 11101 100100 1111 1011 110011 1000110

Color Harmonies of #D9998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9998A

Black with #D9998A

Text Example


Text Example

White with #D9998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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