Html Css Color HEX #DB8F78 Feldspar

📋 copy color: '#DB8F78'

red 219 ◦ green 143 ◦ blue 120

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

Shades of Feldspar #DB8F78

Tints of Feldspar #DB8F78

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 45.44%
G = 29.67%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8F78 (or 0xDB8F78) is known color: Feldspar. HEX triplet: DB, 8F and 78. RGB value is (219,143,120). Sum of RGB (Red+Green+Blue) = 219+143+120=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F78 is #247087. Grayscale: #A3A3A3. Windows color (decimal): -2388104 or 7901147. OLE color: 7901147.

HSL color Cylindrical-coordinate representation of color #DB8F78: hue angle of 13.94º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8F78 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 120 -
CMYK 0 0.35 0.45 0.14
HSL 13.94º 0.58% 0.66% -
HSV(B) 13.94º 0.45% 0.86% -
XYZ 42.43 36.06 22.49 -
YUV 163.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 219 143 120 0 0.35 0.45 0.14 13.94 0.58 0.66
Hex DB 8F 78 0 23 2D E E 3A 42
Octal 333 217 170 0 43 55 16 16 72 102
Binary 11011011 10001111 1111000 0 100011 101101 1110 1110 111010 1000010

Color Harmonies of #DB8F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F78

Black with #DB8F78

Text Example


Text Example

White with #DB8F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F78; }

 p { color: rgb(219,143,120); }

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

background-color css

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

 a { background-color: rgb(219,143,120); }

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

border-color css

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

 span { border-color: rgb(219,143,120); }

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