Html Css Color HEX #D09991 Petite Orchid

📋 copy color: '#D09991'

red 208 ◦ green 153 ◦ blue 145

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

Shades of Petite Orchid #D09991

Tints of Petite Orchid #D09991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 41.11%
G = 30.24%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D09991 (or 0xD09991) is known color: Petite Orchid. HEX triplet: D0, 99 and 91. RGB value is (208,153,145). Sum of RGB (Red+Green+Blue) = 208+153+145=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D09991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09991 is #2F666E. Grayscale: #A8A8A8. Windows color (decimal): -3106415 or 9542096. OLE color: 9542096.

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

Color convert

RGB 208 153 145 -
CMYK 0 0.26 0.30 0.18
HSL 7.62º 0.4% 0.69% -
HSV(B) 7.62º 0.3% 0.82% -
XYZ 42.51 38.24 31.93 -
YUV 168.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 208 153 145 0 0.26 0.30 0.18 7.62 0.4 0.69
Hex D0 99 91 0 1A 1E 12 8 28 45
Octal 320 231 221 0 32 36 22 10 50 105
Binary 11010000 10011001 10010001 0 11010 11110 10010 1000 101000 1000101

Color Harmonies of #D09991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09991

Black with #D09991

Text Example


Text Example

White with #D09991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09991; }

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

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

background-color css

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

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

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

border-color css

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

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

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