Html Css Color HEX #DA937C Feldspar

📋 copy color: '#DA937C'

red 218 ◦ green 147 ◦ blue 124

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

Shades of Feldspar #DA937C

Tints of Feldspar #DA937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 44.58%
G = 30.06%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA937C (or 0xDA937C) is known color: Feldspar. HEX triplet: DA, 93 and 7C. RGB value is (218,147,124). Sum of RGB (Red+Green+Blue) = 218+147+124=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA937C is #256C83. Grayscale: #A5A5A5. Windows color (decimal): -2452612 or 8164314. OLE color: 8164314.

HSL color Cylindrical-coordinate representation of color #DA937C: hue angle of 14.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA937C is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 147 124 -
CMYK 0 0.33 0.43 0.15
HSL 14.68º 0.56% 0.67% -
HSV(B) 14.68º 0.43% 0.85% -
XYZ 42.99 37.23 23.99 -
YUV 165.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 218 147 124 0 0.33 0.43 0.15 14.68 0.56 0.67
Hex DA 93 7C 0 21 2B F F 38 43
Octal 332 223 174 0 41 53 17 17 70 103
Binary 11011010 10010011 1111100 0 100001 101011 1111 1111 111000 1000011

Color Harmonies of #DA937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA937C

Black with #DA937C

Text Example


Text Example

White with #DA937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA937C; }

 p { color: rgb(218,147,124); }

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

background-color css

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

 a { background-color: rgb(218,147,124); }

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

border-color css

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

 span { border-color: rgb(218,147,124); }

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