Html Css Color HEX #DB9078 Feldspar

📋 copy color: '#DB9078'

red 219 ◦ green 144 ◦ blue 120

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

Shades of Feldspar #DB9078

Tints of Feldspar #DB9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

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

R = 45.34%
G = 29.81%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB9078 (or 0xDB9078) is known color: Feldspar. HEX triplet: DB, 90 and 78. RGB value is (219,144,120). Sum of RGB (Red+Green+Blue) = 219+144+120=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9078 is #246F87. Grayscale: #A3A3A3. Windows color (decimal): -2387848 or 7901403. OLE color: 7901403.

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

Color convert

RGB 219 144 120 -
CMYK 0 0.34 0.45 0.14
HSL 14.55º 0.58% 0.66% -
HSV(B) 14.55º 0.45% 0.86% -
XYZ 42.58 36.36 22.54 -
YUV 163.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 219 144 120 0 0.34 0.45 0.14 14.55 0.58 0.66
Hex DB 90 78 0 22 2D E F 3A 42
Octal 333 220 170 0 42 55 16 17 72 102
Binary 11011011 10010000 1111000 0 100010 101101 1110 1111 111010 1000010

Color Harmonies of #DB9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9078

Black with #DB9078

Text Example


Text Example

White with #DB9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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