#DBA09C

Color #DBA09C Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DBA09C

Tints of Petite Orchid #DBA09C

Color information

#DBA09C (or 0xDBA09C) is unknown color: approx Petite Orchid. HEX triplet: DB, A0 and 9C. RGB value is (219,160,156). Sum of RGB (Red+Green+Blue) = 219+160+156=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09C is #245F63. Grayscale: #B1B1B1. Windows color (decimal): -2383716 or 10264795. OLE color: 10264795.

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

Color convert

RGB219160156-
CMYK00.270.290.14
HSL3.81º46.67%73.53%-
HSV(B)3.81º28.77%85.88%-
XYZ47.7842.637.16-
YUV177.18116.05157.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=40.93%
G=29.91%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916015600.270.290.143.8146.6773.53
HexDBA09C01B1DE42f4a
Octal3332402340333516457112
Binary1101101110100000100111000110111110111101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA09C; }

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

 H1.HeaderClassName
 {
   color: #DBA09C;
 }
 .AnyTagClassName
 {
   color: #DBA09C;
 }
</style>
background-color css

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

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

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

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

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

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