Html Css Color HEX #D2957E Feldspar

📋 copy color: '#D2957E'

red 210 ◦ green 149 ◦ blue 126

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

Shades of Feldspar #D2957E

Tints of Feldspar #D2957E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.98%

R = 43.3%
G = 30.72%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2957E (or 0xD2957E) is known color: Feldspar. HEX triplet: D2, 95 and 7E. RGB value is (210,149,126). Sum of RGB (Red+Green+Blue) = 210+149+126=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2957E is #2D6A81. Grayscale: #A4A4A4. Windows color (decimal): -2976386 or 8295890. OLE color: 8295890.

HSL color Cylindrical-coordinate representation of color #D2957E: hue angle of 16.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2957E is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 126 -
CMYK 0 0.29 0.4 0.18
HSL 16.43º 0.48% 0.66% -
HSV(B) 16.43º 0.4% 0.82% -
XYZ 41.09 36.7 24.66 -
YUV 164.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 210 149 126 0 0.29 0.4 0.18 16.43 0.48 0.66
Hex D2 95 7E 0 1D 28 12 10 30 42
Octal 322 225 176 0 35 50 22 20 60 102
Binary 11010010 10010101 1111110 0 11101 101000 10010 10000 110000 1000010

Color Harmonies of #D2957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2957E

Black with #D2957E

Text Example


Text Example

White with #D2957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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