Html Css Color HEX #DB9C92 Petite Orchid

📋 copy color: '#DB9C92'

red 219 ◦ green 156 ◦ blue 146

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

Shades of Petite Orchid #DB9C92

Tints of Petite Orchid #DB9C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.02%

R = 42.03%
G = 29.94%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9C92 (or 0xDB9C92) is known color: Petite Orchid. HEX triplet: DB, 9C and 92. RGB value is (219,156,146). Sum of RGB (Red+Green+Blue) = 219+156+146=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C92 is #24636D. Grayscale: #ADADAD. Windows color (decimal): -2384750 or 9608411. OLE color: 9608411.

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

Color convert

RGB 219 156 146 -
CMYK 0 0.29 0.33 0.14
HSL 8.22º 0.5% 0.72% -
HSV(B) 8.22º 0.33% 0.86% -
XYZ 46.29 40.91 32.65 -
YUV 173.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 219 156 146 0 0.29 0.33 0.14 8.22 0.5 0.72
Hex DB 9C 92 0 1D 21 E 8 32 48
Octal 333 234 222 0 35 41 16 10 62 110
Binary 11011011 10011100 10010010 0 11101 100001 1110 1000 110010 1001000

Color Harmonies of #DB9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C92

Black with #DB9C92

Text Example


Text Example

White with #DB9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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