Html Css Color HEX #D09589 Petite Orchid

📋 copy color: '#D09589'

red 208 ◦ green 149 ◦ blue 137

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

Shades of Petite Orchid #D09589

Tints of Petite Orchid #D09589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 42.11%
G = 30.16%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D09589 (or 0xD09589) is known color: Petite Orchid. HEX triplet: D0, 95 and 89. RGB value is (208,149,137). Sum of RGB (Red+Green+Blue) = 208+149+137=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D09589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09589 is #2F6A76. Grayscale: #A5A5A5. Windows color (decimal): -3107447 or 9016784. OLE color: 9016784.

HSL color Cylindrical-coordinate representation of color #D09589: hue angle of 10.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09589 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 137 -
CMYK 0 0.28 0.34 0.18
HSL 10.14º 0.43% 0.68% -
HSV(B) 10.14º 0.34% 0.82% -
XYZ 41.28 36.71 28.58 -
YUV 165.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 208 149 137 0 0.28 0.34 0.18 10.14 0.43 0.68
Hex D0 95 89 0 1C 22 12 A 2B 44
Octal 320 225 211 0 34 42 22 12 53 104
Binary 11010000 10010101 10001001 0 11100 100010 10010 1010 101011 1000100

Color Harmonies of #D09589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09589

Black with #D09589

Text Example


Text Example

White with #D09589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09589; }

 p { color: rgb(208,149,137); }

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

background-color css

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

 a { background-color: rgb(208,149,137); }

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

border-color css

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

 span { border-color: rgb(208,149,137); }

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