Html Css Color HEX #DB9275 Feldspar

📋 copy color: '#DB9275'

red 219 ◦ green 146 ◦ blue 117

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

Shades of Feldspar #DB9275

Tints of Feldspar #DB9275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 45.44%
G = 30.29%
B = 24.27%

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

#DB9275 (or 0xDB9275) is known color: Feldspar. HEX triplet: DB, 92 and 75. RGB value is (219,146,117). Sum of RGB (Red+Green+Blue) = 219+146+117=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9275 is #246D8A. Grayscale: #A4A4A4. Windows color (decimal): -2387339 or 7705307. OLE color: 7705307.

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

Color convert

RGB 219 146 117 -
CMYK 0 0.33 0.47 0.14
HSL 17.06º 0.59% 0.66% -
HSV(B) 17.06º 0.47% 0.86% -
XYZ 42.7 36.9 21.7 -
YUV 164.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 219 146 117 0 0.33 0.47 0.14 17.06 0.59 0.66
Hex DB 92 75 0 21 2F E 11 3B 42
Octal 333 222 165 0 41 57 16 21 73 102
Binary 11011011 10010010 1110101 0 100001 101111 1110 10001 111011 1000010

Color Harmonies of #DB9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9275

Black with #DB9275

Text Example


Text Example

White with #DB9275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9275; }

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

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

background-color css

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

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

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

border-color css

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

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

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