Html Css Color HEX #D9908D Petite Orchid

📋 copy color: '#D9908D'

red 217 ◦ green 144 ◦ blue 141

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

Shades of Petite Orchid #D9908D

Tints of Petite Orchid #D9908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 43.23%
G = 28.69%
B = 28.09%

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

#D9908D (or 0xD9908D) is known color: Petite Orchid. HEX triplet: D9, 90 and 8D. RGB value is (217,144,141). Sum of RGB (Red+Green+Blue) = 217+144+141=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9908D is #266F72. Grayscale: #A5A5A5. Windows color (decimal): -2518899 or 9277657. OLE color: 9277657.

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

Color convert

RGB 217 144 141 -
CMYK 0 0.34 0.35 0.15
HSL 2.37º 0.5% 0.7% -
HSV(B) 2.37º 0.35% 0.85% -
XYZ 43.4 36.62 29.98 -
YUV 165.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 217 144 141 0 0.34 0.35 0.15 2.37 0.5 0.7
Hex D9 90 8D 0 22 23 F 2 32 46
Octal 331 220 215 0 42 43 17 2 62 106
Binary 11011001 10010000 10001101 0 100010 100011 1111 10 110010 1000110

Color Harmonies of #D9908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9908D

Black with #D9908D

Text Example


Text Example

White with #D9908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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