Html Css Color HEX #D09997 Petite Orchid

📋 copy color: '#D09997'

red 208 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #D09997

Tints of Petite Orchid #D09997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.49%

R = 40.63%
G = 29.88%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09997 (or 0xD09997) is known color: Petite Orchid. HEX triplet: D0, 99 and 97. RGB value is (208,153,151). Sum of RGB (Red+Green+Blue) = 208+153+151=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D09997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09997 is #2F6668. Grayscale: #A9A9A9. Windows color (decimal): -3106409 or 9935312. OLE color: 9935312.

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

Color convert

RGB 208 153 151 -
CMYK 0 0.26 0.27 0.18
HSL 2.11º 0.38% 0.7% -
HSV(B) 2.11º 0.27% 0.82% -
XYZ 42.99 38.43 34.43 -
YUV 169.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 208 153 151 0 0.26 0.27 0.18 2.11 0.38 0.7
Hex D0 99 97 0 1A 1B 12 2 26 46
Octal 320 231 227 0 32 33 22 2 46 106
Binary 11010000 10011001 10010111 0 11010 11011 10010 10 100110 1000110

Color Harmonies of #D09997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09997

Black with #D09997

Text Example


Text Example

White with #D09997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09997; }

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

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

background-color css

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

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

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

border-color css

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

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

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