Html Css Color HEX #DB9671 Feldspar

📋 copy color: '#DB9671'

red 219 ◦ green 150 ◦ blue 113

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

Shades of Feldspar #DB9671

Tints of Feldspar #DB9671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.12%

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

R = 45.44%
G = 31.12%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9671 (or 0xDB9671) is known color: Feldspar. HEX triplet: DB, 96 and 71. RGB value is (219,150,113). Sum of RGB (Red+Green+Blue) = 219+150+113=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9671 is #24698E. Grayscale: #A6A6A6. Windows color (decimal): -2386319 or 7444187. OLE color: 7444187.

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

Color convert

RGB 219 150 113 -
CMYK 0 0.32 0.48 0.14
HSL 20.94º 0.6% 0.65% -
HSV(B) 20.94º 0.48% 0.86% -
XYZ 43.1 38.07 20.7 -
YUV 166.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 219 150 113 0 0.32 0.48 0.14 20.94 0.6 0.65
Hex DB 96 71 0 20 30 E 15 3C 41
Octal 333 226 161 0 40 60 16 25 74 101
Binary 11011011 10010110 1110001 0 100000 110000 1110 10101 111100 1000001

Color Harmonies of #DB9671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9671

Black with #DB9671

Text Example


Text Example

White with #DB9671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9671; }

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

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

background-color css

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

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

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

border-color css

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

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

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