Html Css Color HEX #DB9278 Feldspar

📋 copy color: '#DB9278'

red 219 ◦ green 146 ◦ blue 120

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

Shades of Feldspar #DB9278

Tints of Feldspar #DB9278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.74%

R = 45.15%
G = 30.1%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB9278 (or 0xDB9278) is known color: Feldspar. HEX triplet: DB, 92 and 78. RGB value is (219,146,120). Sum of RGB (Red+Green+Blue) = 219+146+120=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9278 is #246D87. Grayscale: #A5A5A5. Windows color (decimal): -2387336 or 7901915. OLE color: 7901915.

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

Color convert

RGB 219 146 120 -
CMYK 0 0.33 0.45 0.14
HSL 15.76º 0.58% 0.66% -
HSV(B) 15.76º 0.45% 0.86% -
XYZ 42.88 36.97 22.65 -
YUV 164.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 219 146 120 0 0.33 0.45 0.14 15.76 0.58 0.66
Hex DB 92 78 0 21 2D E 10 3A 42
Octal 333 222 170 0 41 55 16 20 72 102
Binary 11011011 10010010 1111000 0 100001 101101 1110 10000 111010 1000010

Color Harmonies of #DB9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9278

Black with #DB9278

Text Example


Text Example

White with #DB9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9278; }

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

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

background-color css

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

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

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

border-color css

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

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

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