Html Css Color HEX #DBA0A0 Petite Orchid

📋 copy color: '#DBA0A0'

red 219 ◦ green 160 ◦ blue 160

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

Shades of Petite Orchid #DBA0A0

Tints of Petite Orchid #DBA0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 40.63%
G = 29.68%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBA0A0 (or 0xDBA0A0) is known color: Petite Orchid. HEX triplet: DB, A0 and A0. RGB value is (219,160,160). Sum of RGB (Red+Green+Blue) = 219+160+160=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0A0 is #245F5F. Grayscale: #B1B1B1. Windows color (decimal): -2383712 or 10526939. OLE color: 10526939.

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

Color convert

RGB 219 160 160 -
CMYK 0 0.27 0.27 0.14
HSL 0.45% 0.74% -
HSV(B) 0.27% 0.86% -
XYZ 48.13 42.74 38.97 -
YUV 177.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 219 160 160 0 0.27 0.27 0.14 0 0.45 0.74
Hex DB A0 A0 0 1B 1B E 0 2D 4A
Octal 333 240 240 0 33 33 16 0 55 112
Binary 11011011 10100000 10100000 0 11011 11011 1110 0 101101 1001010

Color Harmonies of #DBA0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0A0

Black with #DBA0A0

Text Example


Text Example

White with #DBA0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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