Html Css Color HEX #DB9071 Feldspar

📋 copy color: '#DB9071'

red 219 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #DB9071

Tints of Feldspar #DB9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

 BLUE value IS 113 (44.53% from 255) = 23.74%

R = 46.01%
G = 30.25%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9071 (or 0xDB9071) is known color: Feldspar. HEX triplet: DB, 90 and 71. RGB value is (219,144,113). Sum of RGB (Red+Green+Blue) = 219+144+113=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9071 is #246F8E. Grayscale: #A3A3A3. Windows color (decimal): -2387855 or 7442651. OLE color: 7442651.

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

Color convert

RGB 219 144 113 -
CMYK 0 0.34 0.48 0.14
HSL 17.55º 0.6% 0.65% -
HSV(B) 17.55º 0.48% 0.86% -
XYZ 42.17 36.2 20.39 -
YUV 162.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 219 144 113 0 0.34 0.48 0.14 17.55 0.6 0.65
Hex DB 90 71 0 22 30 E 12 3C 41
Octal 333 220 161 0 42 60 16 22 74 101
Binary 11011011 10010000 1110001 0 100010 110000 1110 10010 111100 1000001

Color Harmonies of #DB9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9071

Black with #DB9071

Text Example


Text Example

White with #DB9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9071; }

 p { color: rgb(219,144,113); }

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

background-color css

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

 a { background-color: rgb(219,144,113); }

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

border-color css

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

 span { border-color: rgb(219,144,113); }

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