Html Css Color HEX #DB998B Petite Orchid

📋 copy color: '#DB998B'

red 219 ◦ green 153 ◦ blue 139

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

Shades of Petite Orchid #DB998B

Tints of Petite Orchid #DB998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.94%

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

R = 42.86%
G = 29.94%
B = 27.2%

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

#DB998B (or 0xDB998B) is known color: Petite Orchid. HEX triplet: DB, 99 and 8B. RGB value is (219,153,139). Sum of RGB (Red+Green+Blue) = 219+153+139=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB998B is #246674. Grayscale: #ABABAB. Windows color (decimal): -2385525 or 9148891. OLE color: 9148891.

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

Color convert

RGB 219 153 139 -
CMYK 0 0.30 0.37 0.14
HSL 10.5º 0.53% 0.7% -
HSV(B) 10.5º 0.37% 0.86% -
XYZ 45.26 39.71 29.7 -
YUV 171.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 219 153 139 0 0.30 0.37 0.14 10.5 0.53 0.7
Hex DB 99 8B 0 1E 25 E A 35 46
Octal 333 231 213 0 36 45 16 12 65 106
Binary 11011011 10011001 10001011 0 11110 100101 1110 1010 110101 1000110

Color Harmonies of #DB998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB998B

Black with #DB998B

Text Example


Text Example

White with #DB998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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