Html Css Color HEX #DB9273 Feldspar

📋 copy color: '#DB9273'

red 219 ◦ green 146 ◦ blue 115

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

Shades of Feldspar #DB9273

Tints of Feldspar #DB9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

 BLUE value IS 115 (45.31% from 255) = 23.96%

R = 45.63%
G = 30.42%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9273 (or 0xDB9273) is known color: Feldspar. HEX triplet: DB, 92 and 73. RGB value is (219,146,115). Sum of RGB (Red+Green+Blue) = 219+146+115=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9273 is #246D8C. Grayscale: #A4A4A4. Windows color (decimal): -2387341 or 7574235. OLE color: 7574235.

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

Color convert

RGB 219 146 115 -
CMYK 0 0.33 0.47 0.14
HSL 17.88º 0.59% 0.65% -
HSV(B) 17.88º 0.47% 0.86% -
XYZ 42.59 36.86 21.09 -
YUV 164.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 219 146 115 0 0.33 0.47 0.14 17.88 0.59 0.65
Hex DB 92 73 0 21 2F E 12 3B 41
Octal 333 222 163 0 41 57 16 22 73 101
Binary 11011011 10010010 1110011 0 100001 101111 1110 10010 111011 1000001

Color Harmonies of #DB9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9273

Black with #DB9273

Text Example


Text Example

White with #DB9273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9273; }

 p { color: rgb(219,146,115); }

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

background-color css

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

 a { background-color: rgb(219,146,115); }

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

border-color css

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

 span { border-color: rgb(219,146,115); }

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