Html Css Color HEX #DA987C Feldspar

📋 copy color: '#DA987C'

red 218 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #DA987C

Tints of Feldspar #DA987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

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

R = 44.13%
G = 30.77%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA987C (or 0xDA987C) is known color: Feldspar. HEX triplet: DA, 98 and 7C. RGB value is (218,152,124). Sum of RGB (Red+Green+Blue) = 218+152+124=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA987C is #256783. Grayscale: #A8A8A8. Windows color (decimal): -2451332 or 8165594. OLE color: 8165594.

HSL color Cylindrical-coordinate representation of color #DA987C: hue angle of 17.87º 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 #DA987C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 124 -
CMYK 0 0.30 0.43 0.15
HSL 17.87º 0.56% 0.67% -
HSV(B) 17.87º 0.43% 0.85% -
XYZ 43.78 38.82 24.25 -
YUV 168.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 218 152 124 0 0.30 0.43 0.15 17.87 0.56 0.67
Hex DA 98 7C 0 1E 2B F 12 38 43
Octal 332 230 174 0 36 53 17 22 70 103
Binary 11011010 10011000 1111100 0 11110 101011 1111 10010 111000 1000011

Color Harmonies of #DA987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA987C

Black with #DA987C

Text Example


Text Example

White with #DA987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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