Html Css Color HEX #DB9A89 Petite Orchid

📋 copy color: '#DB9A89'

red 219 ◦ green 154 ◦ blue 137

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

Shades of Petite Orchid #DB9A89

Tints of Petite Orchid #DB9A89

RGB

 RED value IS 219 (85.94% from 255) = 42.94%

 GREEN value IS 154 (60.55% from 255) = 30.2%

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

R = 42.94%
G = 30.2%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9A89 (or 0xDB9A89) is known color: Petite Orchid. HEX triplet: DB, 9A and 89. RGB value is (219,154,137). Sum of RGB (Red+Green+Blue) = 219+154+137=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A89 is #246576. Grayscale: #ABABAB. Windows color (decimal): -2385271 or 9018075. OLE color: 9018075.

HSL color Cylindrical-coordinate representation of color #DB9A89: hue angle of 12.44º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9A89 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 137 -
CMYK 0 0.30 0.37 0.14
HSL 12.44º 0.53% 0.7% -
HSV(B) 12.44º 0.37% 0.86% -
XYZ 45.28 39.98 29 -
YUV 171.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 219 154 137 0 0.30 0.37 0.14 12.44 0.53 0.7
Hex DB 9A 89 0 1E 25 E C 35 46
Octal 333 232 211 0 36 45 16 14 65 106
Binary 11011011 10011010 10001001 0 11110 100101 1110 1100 110101 1000110

Color Harmonies of #DB9A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A89

Black with #DB9A89

Text Example


Text Example

White with #DB9A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A89; }

 p { color: rgb(219,154,137); }

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

background-color css

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

 a { background-color: rgb(219,154,137); }

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

border-color css

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

 span { border-color: rgb(219,154,137); }

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