Html Css Color HEX #D09890 Petite Orchid

📋 copy color: '#D09890'

red 208 ◦ green 152 ◦ blue 144

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

Shades of Petite Orchid #D09890

Tints of Petite Orchid #D09890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.16%

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

R = 41.27%
G = 30.16%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D09890 (or 0xD09890) is known color: Petite Orchid. HEX triplet: D0, 98 and 90. RGB value is (208,152,144). Sum of RGB (Red+Green+Blue) = 208+152+144=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D09890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09890 is #2F676F. Grayscale: #A7A7A7. Windows color (decimal): -3106672 or 9476304. OLE color: 9476304.

HSL color Cylindrical-coordinate representation of color #D09890: hue angle of 7.5º 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 #D09890 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 144 -
CMYK 0 0.27 0.31 0.18
HSL 7.5º 0.41% 0.69% -
HSV(B) 7.5º 0.31% 0.82% -
XYZ 42.27 37.88 31.47 -
YUV 167.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 208 152 144 0 0.27 0.31 0.18 7.5 0.41 0.69
Hex D0 98 90 0 1B 1F 12 8 29 45
Octal 320 230 220 0 33 37 22 10 51 105
Binary 11010000 10011000 10010000 0 11011 11111 10010 1000 101001 1000101

Color Harmonies of #D09890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09890

Black with #D09890

Text Example


Text Example

White with #D09890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09890; }

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

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

background-color css

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

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

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

border-color css

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

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

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