Html Css Color HEX #DB9670 Feldspar

📋 copy color: '#DB9670'

red 219 ◦ green 150 ◦ blue 112

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

Shades of Feldspar #DB9670

Tints of Feldspar #DB9670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 45.53%
G = 31.19%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB9670 (or 0xDB9670) is known color: Feldspar. HEX triplet: DB, 96 and 70. RGB value is (219,150,112). Sum of RGB (Red+Green+Blue) = 219+150+112=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9670 is #24698F. Grayscale: #A6A6A6. Windows color (decimal): -2386320 or 7378651. OLE color: 7378651.

HSL color Cylindrical-coordinate representation of color #DB9670: hue angle of 21.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9670 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 112 -
CMYK 0 0.32 0.49 0.14
HSL 21.31º 0.6% 0.65% -
HSV(B) 21.31º 0.49% 0.86% -
XYZ 43.04 38.04 20.4 -
YUV 166.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 219 150 112 0 0.32 0.49 0.14 21.31 0.6 0.65
Hex DB 96 70 0 20 31 E 15 3C 41
Octal 333 226 160 0 40 61 16 25 74 101
Binary 11011011 10010110 1110000 0 100000 110001 1110 10101 111100 1000001

Color Harmonies of #DB9670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9670

Black with #DB9670

Text Example


Text Example

White with #DB9670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9670; }

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

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

background-color css

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

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

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

border-color css

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

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

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