Html Css Color HEX #DB9475 Feldspar

📋 copy color: '#DB9475'

red 219 ◦ green 148 ◦ blue 117

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

Shades of Feldspar #DB9475

Tints of Feldspar #DB9475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 45.25%
G = 30.58%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB9475 (or 0xDB9475) is known color: Feldspar. HEX triplet: DB, 94 and 75. RGB value is (219,148,117). Sum of RGB (Red+Green+Blue) = 219+148+117=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9475 is #246B8A. Grayscale: #A5A5A5. Windows color (decimal): -2386827 or 7705819. OLE color: 7705819.

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

Color convert

RGB 219 148 117 -
CMYK 0 0.32 0.47 0.14
HSL 18.24º 0.59% 0.66% -
HSV(B) 18.24º 0.47% 0.86% -
XYZ 43.01 37.52 21.81 -
YUV 165.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 219 148 117 0 0.32 0.47 0.14 18.24 0.59 0.66
Hex DB 94 75 0 20 2F E 12 3B 42
Octal 333 224 165 0 40 57 16 22 73 102
Binary 11011011 10010100 1110101 0 100000 101111 1110 10010 111011 1000010

Color Harmonies of #DB9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9475

Black with #DB9475

Text Example


Text Example

White with #DB9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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