Html Css Color HEX #D2987C Feldspar

📋 copy color: '#D2987C'

red 210 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #D2987C

Tints of Feldspar #D2987C

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

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

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

R = 43.21%
G = 31.28%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2987C (or 0xD2987C) is known color: Feldspar. HEX triplet: D2, 98 and 7C. RGB value is (210,152,124). Sum of RGB (Red+Green+Blue) = 210+152+124=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2987C is #2D6783. Grayscale: #A6A6A6. Windows color (decimal): -2975620 or 8165586. OLE color: 8165586.

HSL color Cylindrical-coordinate representation of color #D2987C: hue angle of 19.53º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2987C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 124 -
CMYK 0 0.28 0.41 0.18
HSL 19.53º 0.49% 0.65% -
HSV(B) 19.53º 0.41% 0.82% -
XYZ 41.44 37.61 24.14 -
YUV 166.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 210 152 124 0 0.28 0.41 0.18 19.53 0.49 0.65
Hex D2 98 7C 0 1C 29 12 14 31 41
Octal 322 230 174 0 34 51 22 24 61 101
Binary 11010010 10011000 1111100 0 11100 101001 10010 10100 110001 1000001

Color Harmonies of #D2987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2987C

Black with #D2987C

Text Example


Text Example

White with #D2987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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