Html Css Color HEX #DB9672 Feldspar

📋 copy color: '#DB9672'

red 219 ◦ green 150 ◦ blue 114

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

Shades of Feldspar #DB9672

Tints of Feldspar #DB9672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.6%

R = 45.34%
G = 31.06%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB9672 (or 0xDB9672) is known color: Feldspar. HEX triplet: DB, 96 and 72. RGB value is (219,150,114). Sum of RGB (Red+Green+Blue) = 219+150+114=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9672 is #24698D. Grayscale: #A6A6A6. Windows color (decimal): -2386318 or 7509723. OLE color: 7509723.

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

Color convert

RGB 219 150 114 -
CMYK 0 0.32 0.48 0.14
HSL 20.57º 0.59% 0.65% -
HSV(B) 20.57º 0.48% 0.86% -
XYZ 43.16 38.09 21 -
YUV 166.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 219 150 114 0 0.32 0.48 0.14 20.57 0.59 0.65
Hex DB 96 72 0 20 30 E 15 3B 41
Octal 333 226 162 0 40 60 16 25 73 101
Binary 11011011 10010110 1110010 0 100000 110000 1110 10101 111011 1000001

Color Harmonies of #DB9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9672

Black with #DB9672

Text Example


Text Example

White with #DB9672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9672; }

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

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

background-color css

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

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

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

border-color css

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

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

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