#DB967B

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

Shades of Feldspar #DB967B

Tints of Feldspar #DB967B

Color information

#DB967B (or 0xDB967B) is unknown color: approx Feldspar. HEX triplet: DB, 96 and 7B. RGB value is (219,150,123). Sum of RGB (Red+Green+Blue) = 219+150+123=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB967B is #246984. Grayscale: #A7A7A7. Windows color (decimal): -2386309 or 8099547. OLE color: 8099547.

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

Color convert

RGB219150123-
CMYK00.320.440.14
HSL16.88º57.14%67.06%-
HSV(B)16.88º43.84%85.88%-
XYZ43.6938.323.83-
YUV167.55102.86164.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.51%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 123 (48.44% from 255) = 25%
R=44.51%
G=30.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915012300.320.440.1416.8857.1467.06
HexDB967B0202CE113943
Octal33322617304054162171103
Binary1101101110010110111101101000001011001110100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB967B; }

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

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

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

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

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

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

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

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