Html Css Color HEX #D9908C Petite Orchid

📋 copy color: '#D9908C'

red 217 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #D9908C

Tints of Petite Orchid #D9908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 43.31%
G = 28.74%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9908C (or 0xD9908C) is known color: Petite Orchid. HEX triplet: D9, 90 and 8C. RGB value is (217,144,140). Sum of RGB (Red+Green+Blue) = 217+144+140=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9908C is #266F73. Grayscale: #A5A5A5. Windows color (decimal): -2518900 or 9212121. OLE color: 9212121.

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

Color convert

RGB 217 144 140 -
CMYK 0 0.34 0.35 0.15
HSL 3.12º 0.5% 0.7% -
HSV(B) 3.12º 0.35% 0.85% -
XYZ 43.32 36.59 29.59 -
YUV 165.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 217 144 140 0 0.34 0.35 0.15 3.12 0.5 0.7
Hex D9 90 8C 0 22 23 F 3 32 46
Octal 331 220 214 0 42 43 17 3 62 106
Binary 11011001 10010000 10001100 0 100010 100011 1111 11 110010 1000110

Color Harmonies of #D9908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9908C

Black with #D9908C

Text Example


Text Example

White with #D9908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9908C; }

 p { color: rgb(217,144,140); }

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

background-color css

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

 a { background-color: rgb(217,144,140); }

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

border-color css

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

 span { border-color: rgb(217,144,140); }

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