Html Css Color HEX #DB9472 Feldspar

📋 copy color: '#DB9472'

red 219 ◦ green 148 ◦ blue 114

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

Shades of Feldspar #DB9472

Tints of Feldspar #DB9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 45.53%
G = 30.77%
B = 23.7%

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

#DB9472 (or 0xDB9472) is known color: Feldspar. HEX triplet: DB, 94 and 72. RGB value is (219,148,114). Sum of RGB (Red+Green+Blue) = 219+148+114=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9472 is #246B8D. Grayscale: #A5A5A5. Windows color (decimal): -2386830 or 7509211. OLE color: 7509211.

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

Color convert

RGB 219 148 114 -
CMYK 0 0.32 0.48 0.14
HSL 19.43º 0.59% 0.65% -
HSV(B) 19.43º 0.48% 0.86% -
XYZ 42.84 37.45 20.89 -
YUV 165.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 219 148 114 0 0.32 0.48 0.14 19.43 0.59 0.65
Hex DB 94 72 0 20 30 E 13 3B 41
Octal 333 224 162 0 40 60 16 23 73 101
Binary 11011011 10010100 1110010 0 100000 110000 1110 10011 111011 1000001

Color Harmonies of #DB9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9472

Black with #DB9472

Text Example


Text Example

White with #DB9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9472; }

 p { color: rgb(219,148,114); }

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

background-color css

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

 a { background-color: rgb(219,148,114); }

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

border-color css

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

 span { border-color: rgb(219,148,114); }

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