Html Css Color HEX #D1908B Petite Orchid

📋 copy color: '#D1908B'

red 209 ◦ green 144 ◦ blue 139

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

Shades of Petite Orchid #D1908B

Tints of Petite Orchid #D1908B

RGB

 RED value IS 209 (82.03% from 255) = 42.48%

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 42.48%
G = 29.27%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1908B (or 0xD1908B) is known color: Petite Orchid. HEX triplet: D1, 90 and 8B. RGB value is (209,144,139). Sum of RGB (Red+Green+Blue) = 209+144+139=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1908B is #2E6F74. Grayscale: #A2A2A2. Windows color (decimal): -3043189 or 9146577. OLE color: 9146577.

HSL color Cylindrical-coordinate representation of color #D1908B: hue angle of 4.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1908B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 144 139 -
CMYK 0 0.31 0.33 0.18
HSL 4.29º 0.43% 0.68% -
HSV(B) 4.29º 0.33% 0.82% -
XYZ 40.93 35.37 29.1 -
YUV 162.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 209 144 139 0 0.31 0.33 0.18 4.29 0.43 0.68
Hex D1 90 8B 0 1F 21 12 4 2B 44
Octal 321 220 213 0 37 41 22 4 53 104
Binary 11010001 10010000 10001011 0 11111 100001 10010 100 101011 1000100

Color Harmonies of #D1908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1908B

Black with #D1908B

Text Example


Text Example

White with #D1908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1908B; }

 p { color: rgb(209,144,139); }

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

background-color css

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

 a { background-color: rgb(209,144,139); }

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

border-color css

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

 span { border-color: rgb(209,144,139); }

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