Html Css Color HEX #DB986F Feldspar

📋 copy color: '#DB986F'

red 219 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #DB986F

Tints of Feldspar #DB986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 45.44%
G = 31.54%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB986F (or 0xDB986F) is known color: Feldspar. HEX triplet: DB, 98 and 6F. RGB value is (219,152,111). Sum of RGB (Red+Green+Blue) = 219+152+111=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB986F is #246790. Grayscale: #A7A7A7. Windows color (decimal): -2385809 or 7313627. OLE color: 7313627.

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

Color convert

RGB 219 152 111 -
CMYK 0 0.31 0.49 0.14
HSL 22.78º 0.6% 0.65% -
HSV(B) 22.78º 0.49% 0.86% -
XYZ 43.31 38.66 20.22 -
YUV 167.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 219 152 111 0 0.31 0.49 0.14 22.78 0.6 0.65
Hex DB 98 6F 0 1F 31 E 17 3C 41
Octal 333 230 157 0 37 61 16 27 74 101
Binary 11011011 10011000 1101111 0 11111 110001 1110 10111 111100 1000001

Color Harmonies of #DB986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB986F

Black with #DB986F

Text Example


Text Example

White with #DB986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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