#DB977B

Color #DB977B Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DB977B

Tints of Feldspar #DB977B

Color information

#DB977B (or 0xDB977B) is unknown color: approx Feldspar. HEX triplet: DB, 97 and 7B. RGB value is (219,151,123). Sum of RGB (Red+Green+Blue) = 219+151+123=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB977B is #246884. Grayscale: #A8A8A8. Windows color (decimal): -2386053 or 8099803. OLE color: 8099803.

HSL color Cylindrical-coordinate representation of color #DB977B: hue angle of 17.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB977B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB219151123-
CMYK00.310.440.14
HSL17.5º57.14%67.06%-
HSV(B)17.5º43.84%85.88%-
XYZ43.8638.6223.88-
YUV168.14102.53164.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 123 (48.44% from 255) = 24.95%
R=44.42%
G=30.63%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915112300.310.440.1417.557.1467.06
HexDB977B01F2CE123943
Octal33322717303754162271103
Binary110110111001011111110110111111011001110100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB977B; }

 p { color: rgb(219,151,123); }

 H1.HeaderClassName
 {
   color: #DB977B;
 }
 .AnyTagClassName
 {
   color: #DB977B;
 }
</style>
background-color css

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

 a { background-color: rgb(219,151,123); }

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

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

 span { border-color: rgb(219,151,123); }

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