Html Css Color HEX #DA9575 Feldspar

📋 copy color: '#DA9575'

red 218 ◦ green 149 ◦ blue 117

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

Shades of Feldspar #DA9575

Tints of Feldspar #DA9575

RGB

 RED value IS 218 (85.55% from 255) = 45.04%

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

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

R = 45.04%
G = 30.79%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA9575 (or 0xDA9575) is known color: Feldspar. HEX triplet: DA, 95 and 75. RGB value is (218,149,117). Sum of RGB (Red+Green+Blue) = 218+149+117=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9575 is #256A8A. Grayscale: #A6A6A6. Windows color (decimal): -2452107 or 7706074. OLE color: 7706074.

HSL color Cylindrical-coordinate representation of color #DA9575: hue angle of 19.01º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA9575 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 117 -
CMYK 0 0.32 0.46 0.15
HSL 19.01º 0.58% 0.66% -
HSV(B) 19.01º 0.46% 0.85% -
XYZ 42.87 37.68 21.84 -
YUV 165.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 218 149 117 0 0.32 0.46 0.15 19.01 0.58 0.66
Hex DA 95 75 0 20 2E F 13 3A 42
Octal 332 225 165 0 40 56 17 23 72 102
Binary 11011010 10010101 1110101 0 100000 101110 1111 10011 111010 1000010

Color Harmonies of #DA9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9575

Black with #DA9575

Text Example


Text Example

White with #DA9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9575; }

 p { color: rgb(218,149,117); }

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

background-color css

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

 a { background-color: rgb(218,149,117); }

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

border-color css

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

 span { border-color: rgb(218,149,117); }

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