Html Css Color HEX #DB9271 Feldspar

📋 copy color: '#DB9271'

red 219 ◦ green 146 ◦ blue 113

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

Shades of Feldspar #DB9271

Tints of Feldspar #DB9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.54%

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

R = 45.82%
G = 30.54%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9271 (or 0xDB9271) is known color: Feldspar. HEX triplet: DB, 92 and 71. RGB value is (219,146,113). Sum of RGB (Red+Green+Blue) = 219+146+113=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9271 is #246D8E. Grayscale: #A4A4A4. Windows color (decimal): -2387343 or 7443163. OLE color: 7443163.

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

Color convert

RGB 219 146 113 -
CMYK 0 0.33 0.48 0.14
HSL 18.68º 0.6% 0.65% -
HSV(B) 18.68º 0.48% 0.86% -
XYZ 42.47 36.81 20.49 -
YUV 164.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 219 146 113 0 0.33 0.48 0.14 18.68 0.6 0.65
Hex DB 92 71 0 21 30 E 13 3C 41
Octal 333 222 161 0 41 60 16 23 74 101
Binary 11011011 10010010 1110001 0 100001 110000 1110 10011 111100 1000001

Color Harmonies of #DB9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9271

Black with #DB9271

Text Example


Text Example

White with #DB9271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9271; }

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

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

background-color css

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

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

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

border-color css

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

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

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