Html Css Color HEX #D09990 Petite Orchid

📋 copy color: '#D09990'

red 208 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #D09990

Tints of Petite Orchid #D09990

RGB

 RED value IS 208 (81.64% from 255) = 41.19%

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

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 41.19%
G = 30.3%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09990 (or 0xD09990) is known color: Petite Orchid. HEX triplet: D0, 99 and 90. RGB value is (208,153,144). Sum of RGB (Red+Green+Blue) = 208+153+144=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D09990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09990 is #2F666F. Grayscale: #A8A8A8. Windows color (decimal): -3106416 or 9476560. OLE color: 9476560.

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

Color convert

RGB 208 153 144 -
CMYK 0 0.26 0.31 0.18
HSL 8.44º 0.41% 0.69% -
HSV(B) 8.44º 0.31% 0.82% -
XYZ 42.44 38.21 31.52 -
YUV 168.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 208 153 144 0 0.26 0.31 0.18 8.44 0.41 0.69
Hex D0 99 90 0 1A 1F 12 8 29 45
Octal 320 231 220 0 32 37 22 10 51 105
Binary 11010000 10011001 10010000 0 11010 11111 10010 1000 101001 1000101

Color Harmonies of #D09990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09990

Black with #D09990

Text Example


Text Example

White with #D09990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09990; }

 p { color: rgb(208,153,144); }

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

background-color css

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

 a { background-color: rgb(208,153,144); }

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

border-color css

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

 span { border-color: rgb(208,153,144); }

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