Html Css Color HEX #DB998A Petite Orchid

📋 copy color: '#DB998A'

red 219 ◦ green 153 ◦ blue 138

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

Shades of Petite Orchid #DB998A

Tints of Petite Orchid #DB998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.06%

R = 42.94%
G = 30%
B = 27.06%

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

#DB998A (or 0xDB998A) is known color: Petite Orchid. HEX triplet: DB, 99 and 8A. RGB value is (219,153,138). Sum of RGB (Red+Green+Blue) = 219+153+138=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB998A is #246675. Grayscale: #ABABAB. Windows color (decimal): -2385526 or 9083355. OLE color: 9083355.

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

Color convert

RGB 219 153 138 -
CMYK 0 0.30 0.37 0.14
HSL 11.11º 0.53% 0.7% -
HSV(B) 11.11º 0.37% 0.86% -
XYZ 45.19 39.68 29.32 -
YUV 171.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 219 153 138 0 0.30 0.37 0.14 11.11 0.53 0.7
Hex DB 99 8A 0 1E 25 E B 35 46
Octal 333 231 212 0 36 45 16 13 65 106
Binary 11011011 10011001 10001010 0 11110 100101 1110 1011 110101 1000110

Color Harmonies of #DB998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB998A

Black with #DB998A

Text Example


Text Example

White with #DB998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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