Html Css Color HEX #DBA09A Petite Orchid

📋 copy color: '#DBA09A'

red 219 ◦ green 160 ◦ blue 154

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

Shades of Petite Orchid #DBA09A

Tints of Petite Orchid #DBA09A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 41.09%
G = 30.02%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBA09A (or 0xDBA09A) is known color: Petite Orchid. HEX triplet: DB, A0 and 9A. RGB value is (219,160,154). Sum of RGB (Red+Green+Blue) = 219+160+154=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09A is #245F65. Grayscale: #B1B1B1. Windows color (decimal): -2383718 or 10133723. OLE color: 10133723.

HSL color Cylindrical-coordinate representation of color #DBA09A: hue angle of 5.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA09A is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 154 -
CMYK 0 0.27 0.30 0.14
HSL 5.54º 0.47% 0.73% -
HSV(B) 5.54º 0.3% 0.86% -
XYZ 47.62 42.53 36.27 -
YUV 176.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 219 160 154 0 0.27 0.30 0.14 5.54 0.47 0.73
Hex DB A0 9A 0 1B 1E E 6 2F 49
Octal 333 240 232 0 33 36 16 6 57 111
Binary 11011011 10100000 10011010 0 11011 11110 1110 110 101111 1001001

Color Harmonies of #DBA09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA09A

Black with #DBA09A

Text Example


Text Example

White with #DBA09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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