Html Css Color HEX #DBA09D Petite Orchid

📋 copy color: '#DBA09D'

red 219 ◦ green 160 ◦ blue 157

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

Shades of Petite Orchid #DBA09D

Tints of Petite Orchid #DBA09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 40.86%
G = 29.85%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBA09D (or 0xDBA09D) is known color: Petite Orchid. HEX triplet: DB, A0 and 9D. RGB value is (219,160,157). Sum of RGB (Red+Green+Blue) = 219+160+157=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09D is #245F62. Grayscale: #B1B1B1. Windows color (decimal): -2383715 or 10330331. OLE color: 10330331.

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

Color convert

RGB 219 160 157 -
CMYK 0 0.27 0.28 0.14
HSL 2.9º 0.46% 0.74% -
HSV(B) 2.9º 0.28% 0.86% -
XYZ 47.87 42.64 37.6 -
YUV 177.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 219 160 157 0 0.27 0.28 0.14 2.9 0.46 0.74
Hex DB A0 9D 0 1B 1C E 3 2E 4A
Octal 333 240 235 0 33 34 16 3 56 112
Binary 11011011 10100000 10011101 0 11011 11100 1110 11 101110 1001010

Color Harmonies of #DBA09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA09D

Black with #DBA09D

Text Example


Text Example

White with #DBA09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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