Html Css Color HEX #DB9678 Feldspar

📋 copy color: '#DB9678'

red 219 ◦ green 150 ◦ blue 120

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

Shades of Feldspar #DB9678

Tints of Feldspar #DB9678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 44.79%
G = 30.67%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB9678 (or 0xDB9678) is known color: Feldspar. HEX triplet: DB, 96 and 78. RGB value is (219,150,120). Sum of RGB (Red+Green+Blue) = 219+150+120=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9678 is #246987. Grayscale: #A7A7A7. Windows color (decimal): -2386312 or 7902939. OLE color: 7902939.

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

Color convert

RGB 219 150 120 -
CMYK 0 0.32 0.45 0.14
HSL 18.18º 0.58% 0.66% -
HSV(B) 18.18º 0.45% 0.86% -
XYZ 43.51 38.23 22.85 -
YUV 167.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 219 150 120 0 0.32 0.45 0.14 18.18 0.58 0.66
Hex DB 96 78 0 20 2D E 12 3A 42
Octal 333 226 170 0 40 55 16 22 72 102
Binary 11011011 10010110 1111000 0 100000 101101 1110 10010 111010 1000010

Color Harmonies of #DB9678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9678

Black with #DB9678

Text Example


Text Example

White with #DB9678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9678; }

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

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

background-color css

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

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

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

border-color css

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

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

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