Html Css Color HEX #DB9277 Feldspar

📋 copy color: '#DB9277'

red 219 ◦ green 146 ◦ blue 119

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

Shades of Feldspar #DB9277

Tints of Feldspar #DB9277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.59%

R = 45.25%
G = 30.17%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB9277 (or 0xDB9277) is known color: Feldspar. HEX triplet: DB, 92 and 77. RGB value is (219,146,119). Sum of RGB (Red+Green+Blue) = 219+146+119=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9277 is #246D88. Grayscale: #A4A4A4. Windows color (decimal): -2387337 or 7836379. OLE color: 7836379.

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

Color convert

RGB 219 146 119 -
CMYK 0 0.33 0.46 0.14
HSL 16.2º 0.58% 0.66% -
HSV(B) 16.2º 0.46% 0.86% -
XYZ 42.82 36.95 22.33 -
YUV 164.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 219 146 119 0 0.33 0.46 0.14 16.2 0.58 0.66
Hex DB 92 77 0 21 2E E 10 3A 42
Octal 333 222 167 0 41 56 16 20 72 102
Binary 11011011 10010010 1110111 0 100001 101110 1110 10000 111010 1000010

Color Harmonies of #DB9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9277

Black with #DB9277

Text Example


Text Example

White with #DB9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9277; }

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

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

background-color css

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

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

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

border-color css

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

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

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