Html Css Color HEX #DB987C Feldspar

📋 copy color: '#DB987C'

red 219 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #DB987C

Tints of Feldspar #DB987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.71%

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 44.24%
G = 30.71%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB987C (or 0xDB987C) is known color: Feldspar. HEX triplet: DB, 98 and 7C. RGB value is (219,152,124). Sum of RGB (Red+Green+Blue) = 219+152+124=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB987C is #246783. Grayscale: #A9A9A9. Windows color (decimal): -2385796 or 8165595. OLE color: 8165595.

HSL color Cylindrical-coordinate representation of color #DB987C: hue angle of 17.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB987C is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 124 -
CMYK 0 0.31 0.43 0.14
HSL 17.68º 0.57% 0.67% -
HSV(B) 17.68º 0.43% 0.86% -
XYZ 44.08 38.97 24.27 -
YUV 168.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 219 152 124 0 0.31 0.43 0.14 17.68 0.57 0.67
Hex DB 98 7C 0 1F 2B E 12 39 43
Octal 333 230 174 0 37 53 16 22 71 103
Binary 11011011 10011000 1111100 0 11111 101011 1110 10010 111001 1000011

Color Harmonies of #DB987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB987C

Black with #DB987C

Text Example


Text Example

White with #DB987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB987C; }

 p { color: rgb(219,152,124); }

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

background-color css

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

 a { background-color: rgb(219,152,124); }

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

border-color css

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

 span { border-color: rgb(219,152,124); }

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