Html Css Color HEX #DB9C8B Petite Orchid

📋 copy color: '#DB9C8B'

red 219 ◦ green 156 ◦ blue 139

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

Shades of Petite Orchid #DB9C8B

Tints of Petite Orchid #DB9C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 42.61%
G = 30.35%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9C8B (or 0xDB9C8B) is known color: Petite Orchid. HEX triplet: DB, 9C and 8B. RGB value is (219,156,139). Sum of RGB (Red+Green+Blue) = 219+156+139=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C8B is #246374. Grayscale: #ADADAD. Windows color (decimal): -2384757 or 9149659. OLE color: 9149659.

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

Color convert

RGB 219 156 139 -
CMYK 0 0.29 0.37 0.14
HSL 12.75º 0.53% 0.7% -
HSV(B) 12.75º 0.37% 0.86% -
XYZ 45.76 40.7 29.87 -
YUV 172.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 219 156 139 0 0.29 0.37 0.14 12.75 0.53 0.7
Hex DB 9C 8B 0 1D 25 E D 35 46
Octal 333 234 213 0 35 45 16 15 65 106
Binary 11011011 10011100 10001011 0 11101 100101 1110 1101 110101 1000110

Color Harmonies of #DB9C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C8B

Black with #DB9C8B

Text Example


Text Example

White with #DB9C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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