Html Css Color HEX #DB978C Petite Orchid

📋 copy color: '#DB978C'

red 219 ◦ green 151 ◦ blue 140

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

Shades of Petite Orchid #DB978C

Tints of Petite Orchid #DB978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

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

R = 42.94%
G = 29.61%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB978C (or 0xDB978C) is known color: Petite Orchid. HEX triplet: DB, 97 and 8C. RGB value is (219,151,140). Sum of RGB (Red+Green+Blue) = 219+151+140=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB978C is #246873. Grayscale: #AAAAAA. Windows color (decimal): -2386036 or 9213915. OLE color: 9213915.

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

Color convert

RGB 219 151 140 -
CMYK 0 0.31 0.36 0.14
HSL 8.35º 0.52% 0.7% -
HSV(B) 8.35º 0.36% 0.86% -
XYZ 45.01 39.09 29.98 -
YUV 170.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 219 151 140 0 0.31 0.36 0.14 8.35 0.52 0.7
Hex DB 97 8C 0 1F 24 E 8 34 46
Octal 333 227 214 0 37 44 16 10 64 106
Binary 11011011 10010111 10001100 0 11111 100100 1110 1000 110100 1000110

Color Harmonies of #DB978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB978C

Black with #DB978C

Text Example


Text Example

White with #DB978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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