Html Css Color HEX #DB9574 Feldspar

📋 copy color: '#DB9574'

red 219 ◦ green 149 ◦ blue 116

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

Shades of Feldspar #DB9574

Tints of Feldspar #DB9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

 BLUE value IS 116 (45.7% from 255) = 23.97%

R = 45.25%
G = 30.79%
B = 23.97%

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

#DB9574 (or 0xDB9574) is known color: Feldspar. HEX triplet: DB, 95 and 74. RGB value is (219,149,116). Sum of RGB (Red+Green+Blue) = 219+149+116=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9574 is #246A8B. Grayscale: #A6A6A6. Windows color (decimal): -2386572 or 7640539. OLE color: 7640539.

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

Color convert

RGB 219 149 116 -
CMYK 0 0.32 0.47 0.14
HSL 19.22º 0.59% 0.66% -
HSV(B) 19.22º 0.47% 0.86% -
XYZ 43.11 37.82 21.55 -
YUV 166.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 219 149 116 0 0.32 0.47 0.14 19.22 0.59 0.66
Hex DB 95 74 0 20 2F E 13 3B 42
Octal 333 225 164 0 40 57 16 23 73 102
Binary 11011011 10010101 1110100 0 100000 101111 1110 10011 111011 1000010

Color Harmonies of #DB9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9574

Black with #DB9574

Text Example


Text Example

White with #DB9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9574; }

 p { color: rgb(219,149,116); }

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

background-color css

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

 a { background-color: rgb(219,149,116); }

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

border-color css

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

 span { border-color: rgb(219,149,116); }

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