Html Css Color HEX #DA9574 Feldspar

📋 copy color: '#DA9574'

red 218 ◦ green 149 ◦ blue 116

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

Shades of Feldspar #DA9574

Tints of Feldspar #DA9574

RGB

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

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

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

R = 45.13%
G = 30.85%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA9574 (or 0xDA9574) is known color: Feldspar. HEX triplet: DA, 95 and 74. RGB value is (218,149,116). Sum of RGB (Red+Green+Blue) = 218+149+116=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9574 is #256A8B. Grayscale: #A6A6A6. Windows color (decimal): -2452108 or 7640538. OLE color: 7640538.

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

Color convert

RGB 218 149 116 -
CMYK 0 0.32 0.47 0.15
HSL 19.41º 0.58% 0.65% -
HSV(B) 19.41º 0.47% 0.85% -
XYZ 42.81 37.66 21.54 -
YUV 165.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 218 149 116 0 0.32 0.47 0.15 19.41 0.58 0.65
Hex DA 95 74 0 20 2F F 13 3A 41
Octal 332 225 164 0 40 57 17 23 72 101
Binary 11011010 10010101 1110100 0 100000 101111 1111 10011 111010 1000001

Color Harmonies of #DA9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9574

Black with #DA9574

Text Example


Text Example

White with #DA9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9574; }

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

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

background-color css

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

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

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

border-color css

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

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

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