Html Css Color HEX #DB9378 Feldspar

📋 copy color: '#DB9378'

red 219 ◦ green 147 ◦ blue 120

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

Shades of Feldspar #DB9378

Tints of Feldspar #DB9378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

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

R = 45.06%
G = 30.25%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB9378 (or 0xDB9378) is known color: Feldspar. HEX triplet: DB, 93 and 78. RGB value is (219,147,120). Sum of RGB (Red+Green+Blue) = 219+147+120=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9378 is #246C87. Grayscale: #A5A5A5. Windows color (decimal): -2387080 or 7902171. OLE color: 7902171.

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

Color convert

RGB 219 147 120 -
CMYK 0 0.33 0.45 0.14
HSL 16.36º 0.58% 0.66% -
HSV(B) 16.36º 0.45% 0.86% -
XYZ 43.04 37.28 22.7 -
YUV 165.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 219 147 120 0 0.33 0.45 0.14 16.36 0.58 0.66
Hex DB 93 78 0 21 2D E 10 3A 42
Octal 333 223 170 0 41 55 16 20 72 102
Binary 11011011 10010011 1111000 0 100001 101101 1110 10000 111010 1000010

Color Harmonies of #DB9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9378

Black with #DB9378

Text Example


Text Example

White with #DB9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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