Html Css Color HEX #D09489 Petite Orchid

📋 copy color: '#D09489'

red 208 ◦ green 148 ◦ blue 137

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

Shades of Petite Orchid #D09489

Tints of Petite Orchid #D09489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 42.19%
G = 30.02%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D09489 (or 0xD09489) is known color: Petite Orchid. HEX triplet: D0, 94 and 89. RGB value is (208,148,137). Sum of RGB (Red+Green+Blue) = 208+148+137=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D09489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09489 is #2F6B76. Grayscale: #A4A4A4. Windows color (decimal): -3107703 or 9016528. OLE color: 9016528.

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

Color convert

RGB 208 148 137 -
CMYK 0 0.29 0.34 0.18
HSL 9.3º 0.43% 0.68% -
HSV(B) 9.3º 0.34% 0.82% -
XYZ 41.12 36.4 28.52 -
YUV 164.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 208 148 137 0 0.29 0.34 0.18 9.3 0.43 0.68
Hex D0 94 89 0 1D 22 12 9 2B 44
Octal 320 224 211 0 35 42 22 11 53 104
Binary 11010000 10010100 10001001 0 11101 100010 10010 1001 101011 1000100

Color Harmonies of #D09489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09489

Black with #D09489

Text Example


Text Example

White with #D09489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09489; }

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

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

background-color css

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

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

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

border-color css

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

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

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