Html Css Color HEX #D09897 Petite Orchid

📋 copy color: '#D09897'

red 208 ◦ green 152 ◦ blue 151

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

Shades of Petite Orchid #D09897

Tints of Petite Orchid #D09897

RGB

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

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

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

R = 40.7%
G = 29.75%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D09897 (or 0xD09897) is known color: Petite Orchid. HEX triplet: D0, 98 and 97. RGB value is (208,152,151). Sum of RGB (Red+Green+Blue) = 208+152+151=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D09897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09897 is #2F6768. Grayscale: #A8A8A8. Windows color (decimal): -3106665 or 9935056. OLE color: 9935056.

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

Color convert

RGB 208 152 151 -
CMYK 0 0.27 0.27 0.18
HSL 1.05º 0.38% 0.7% -
HSV(B) 1.05º 0.27% 0.82% -
XYZ 42.83 38.1 34.38 -
YUV 168.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 208 152 151 0 0.27 0.27 0.18 1.05 0.38 0.7
Hex D0 98 97 0 1B 1B 12 1 26 46
Octal 320 230 227 0 33 33 22 1 46 106
Binary 11010000 10011000 10010111 0 11011 11011 10010 1 100110 1000110

Color Harmonies of #D09897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09897

Black with #D09897

Text Example


Text Example

White with #D09897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09897; }

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

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

background-color css

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

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

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

border-color css

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

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

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