Html Css Color HEX #D9908A Petite Orchid

📋 copy color: '#D9908A'

red 217 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #D9908A

Tints of Petite Orchid #D9908A

RGB

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

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

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

R = 43.49%
G = 28.86%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9908A (or 0xD9908A) is known color: Petite Orchid. HEX triplet: D9, 90 and 8A. RGB value is (217,144,138). Sum of RGB (Red+Green+Blue) = 217+144+138=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9908A is #266F75. Grayscale: #A5A5A5. Windows color (decimal): -2518902 or 9081049. OLE color: 9081049.

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

Color convert

RGB 217 144 138 -
CMYK 0 0.34 0.36 0.15
HSL 4.56º 0.51% 0.7% -
HSV(B) 4.56º 0.36% 0.85% -
XYZ 43.18 36.53 28.82 -
YUV 165.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 217 144 138 0 0.34 0.36 0.15 4.56 0.51 0.7
Hex D9 90 8A 0 22 24 F 5 33 46
Octal 331 220 212 0 42 44 17 5 63 106
Binary 11011001 10010000 10001010 0 100010 100100 1111 101 110011 1000110

Color Harmonies of #D9908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9908A

Black with #D9908A

Text Example


Text Example

White with #D9908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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