Html Css Color HEX #D2957C Feldspar

📋 copy color: '#D2957C'

red 210 ◦ green 149 ◦ blue 124

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

Shades of Feldspar #D2957C

Tints of Feldspar #D2957C

RGB

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

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

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

R = 43.48%
G = 30.85%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2957C (or 0xD2957C) is known color: Feldspar. HEX triplet: D2, 95 and 7C. RGB value is (210,149,124). Sum of RGB (Red+Green+Blue) = 210+149+124=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2957C is #2D6A83. Grayscale: #A4A4A4. Windows color (decimal): -2976388 or 8164818. OLE color: 8164818.

HSL color Cylindrical-coordinate representation of color #D2957C: hue angle of 17.44º 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 #D2957C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 124 -
CMYK 0 0.29 0.41 0.18
HSL 17.44º 0.49% 0.65% -
HSV(B) 17.44º 0.41% 0.82% -
XYZ 40.96 36.65 23.98 -
YUV 164.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 210 149 124 0 0.29 0.41 0.18 17.44 0.49 0.65
Hex D2 95 7C 0 1D 29 12 11 31 41
Octal 322 225 174 0 35 51 22 21 61 101
Binary 11010010 10010101 1111100 0 11101 101001 10010 10001 110001 1000001

Color Harmonies of #D2957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2957C

Black with #D2957C

Text Example


Text Example

White with #D2957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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