Html Css Color HEX #D2947E Feldspar

📋 copy color: '#D2947E'

red 210 ◦ green 148 ◦ blue 126

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

Shades of Feldspar #D2947E

Tints of Feldspar #D2947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.58%

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

R = 43.39%
G = 30.58%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2947E (or 0xD2947E) is known color: Feldspar. HEX triplet: D2, 94 and 7E. RGB value is (210,148,126). Sum of RGB (Red+Green+Blue) = 210+148+126=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2947E is #2D6B81. Grayscale: #A4A4A4. Windows color (decimal): -2976642 or 8295634. OLE color: 8295634.

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

Color convert

RGB 210 148 126 -
CMYK 0 0.30 0.4 0.18
HSL 15.71º 0.48% 0.66% -
HSV(B) 15.71º 0.4% 0.82% -
XYZ 40.93 36.39 24.6 -
YUV 164.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 210 148 126 0 0.30 0.4 0.18 15.71 0.48 0.66
Hex D2 94 7E 0 1E 28 12 10 30 42
Octal 322 224 176 0 36 50 22 20 60 102
Binary 11010010 10010100 1111110 0 11110 101000 10010 10000 110000 1000010

Color Harmonies of #D2947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2947E

Black with #D2947E

Text Example


Text Example

White with #D2947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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