Html Css Color HEX #DB9175 Feldspar

📋 copy color: '#DB9175'

red 219 ◦ green 145 ◦ blue 117

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

Shades of Feldspar #DB9175

Tints of Feldspar #DB9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 45.53%
G = 30.15%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9175 (or 0xDB9175) is known color: Feldspar. HEX triplet: DB, 91 and 75. RGB value is (219,145,117). Sum of RGB (Red+Green+Blue) = 219+145+117=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9175 is #246E8A. Grayscale: #A4A4A4. Windows color (decimal): -2387595 or 7705051. OLE color: 7705051.

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

Color convert

RGB 219 145 117 -
CMYK 0 0.34 0.47 0.14
HSL 16.47º 0.59% 0.66% -
HSV(B) 16.47º 0.47% 0.86% -
XYZ 42.55 36.6 21.65 -
YUV 163.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 219 145 117 0 0.34 0.47 0.14 16.47 0.59 0.66
Hex DB 91 75 0 22 2F E 10 3B 42
Octal 333 221 165 0 42 57 16 20 73 102
Binary 11011011 10010001 1110101 0 100010 101111 1110 10000 111011 1000010

Color Harmonies of #DB9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9175

Black with #DB9175

Text Example


Text Example

White with #DB9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9175; }

 p { color: rgb(219,145,117); }

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

background-color css

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

 a { background-color: rgb(219,145,117); }

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

border-color css

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

 span { border-color: rgb(219,145,117); }

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