Html Css Color HEX #DBA19E Petite Orchid

📋 copy color: '#DBA19E'

red 219 ◦ green 161 ◦ blue 158

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

Shades of Petite Orchid #DBA19E

Tints of Petite Orchid #DBA19E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 40.71%
G = 29.93%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBA19E (or 0xDBA19E) is known color: Petite Orchid. HEX triplet: DB, A1 and 9E. RGB value is (219,161,158). Sum of RGB (Red+Green+Blue) = 219+161+158=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA19E is #245E61. Grayscale: #B2B2B2. Windows color (decimal): -2383458 or 10396123. OLE color: 10396123.

HSL color Cylindrical-coordinate representation of color #DBA19E: hue angle of 2.95º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA19E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 158 -
CMYK 0 0.26 0.28 0.14
HSL 2.95º 0.46% 0.74% -
HSV(B) 2.95º 0.28% 0.86% -
XYZ 48.13 43.02 38.11 -
YUV 178 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 219 161 158 0 0.26 0.28 0.14 2.95 0.46 0.74
Hex DB A1 9E 0 1A 1C E 3 2E 4A
Octal 333 241 236 0 32 34 16 3 56 112
Binary 11011011 10100001 10011110 0 11010 11100 1110 11 101110 1001010

Color Harmonies of #DBA19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA19E

Black with #DBA19E

Text Example


Text Example

White with #DBA19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA19E; }

 p { color: rgb(219,161,158); }

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

background-color css

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

 a { background-color: rgb(219,161,158); }

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

border-color css

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

 span { border-color: rgb(219,161,158); }

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