Html Css Color HEX #DB988B Petite Orchid

📋 copy color: '#DB988B'

red 219 ◦ green 152 ◦ blue 139

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

Shades of Petite Orchid #DB988B

Tints of Petite Orchid #DB988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.25%

R = 42.94%
G = 29.8%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB988B (or 0xDB988B) is known color: Petite Orchid. HEX triplet: DB, 98 and 8B. RGB value is (219,152,139). Sum of RGB (Red+Green+Blue) = 219+152+139=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB988B is #246774. Grayscale: #AAAAAA. Windows color (decimal): -2385781 or 9148635. OLE color: 9148635.

HSL color Cylindrical-coordinate representation of color #DB988B: hue angle of 9.75º 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 #DB988B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 139 -
CMYK 0 0.31 0.37 0.14
HSL 9.75º 0.53% 0.7% -
HSV(B) 9.75º 0.37% 0.86% -
XYZ 45.1 39.38 29.65 -
YUV 170.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 219 152 139 0 0.31 0.37 0.14 9.75 0.53 0.7
Hex DB 98 8B 0 1F 25 E A 35 46
Octal 333 230 213 0 37 45 16 12 65 106
Binary 11011011 10011000 10001011 0 11111 100101 1110 1010 110101 1000110

Color Harmonies of #DB988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB988B

Black with #DB988B

Text Example


Text Example

White with #DB988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB988B; }

 p { color: rgb(219,152,139); }

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

background-color css

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

 a { background-color: rgb(219,152,139); }

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

border-color css

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

 span { border-color: rgb(219,152,139); }

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