Html Css Color HEX #DB958C Petite Orchid

📋 copy color: '#DB958C'

red 219 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #DB958C

Tints of Petite Orchid #DB958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

 BLUE value IS 140 (55.08% from 255) = 27.56%

R = 43.11%
G = 29.33%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB958C (or 0xDB958C) is known color: Petite Orchid. HEX triplet: DB, 95 and 8C. RGB value is (219,149,140). Sum of RGB (Red+Green+Blue) = 219+149+140=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB958C is #246A73. Grayscale: #A9A9A9. Windows color (decimal): -2386548 or 9213403. OLE color: 9213403.

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

Color convert

RGB 219 149 140 -
CMYK 0 0.32 0.36 0.14
HSL 6.84º 0.52% 0.7% -
HSV(B) 6.84º 0.36% 0.86% -
XYZ 44.69 38.45 29.88 -
YUV 168.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 219 149 140 0 0.32 0.36 0.14 6.84 0.52 0.7
Hex DB 95 8C 0 20 24 E 7 34 46
Octal 333 225 214 0 40 44 16 7 64 106
Binary 11011011 10010101 10001100 0 100000 100100 1110 111 110100 1000110

Color Harmonies of #DB958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB958C

Black with #DB958C

Text Example


Text Example

White with #DB958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB958C; }

 p { color: rgb(219,149,140); }

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

background-color css

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

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

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

border-color css

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

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

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