Html Css Color HEX #D2947F Feldspar

📋 copy color: '#D2947F'

red 210 ◦ green 148 ◦ blue 127

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

Shades of Feldspar #D2947F

Tints of Feldspar #D2947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.19%

R = 43.3%
G = 30.52%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2947F (or 0xD2947F) is known color: Feldspar. HEX triplet: D2, 94 and 7F. RGB value is (210,148,127). Sum of RGB (Red+Green+Blue) = 210+148+127=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2947F is #2D6B80. Grayscale: #A4A4A4. Windows color (decimal): -2976641 or 8361170. OLE color: 8361170.

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

Color convert

RGB 210 148 127 -
CMYK 0 0.30 0.40 0.18
HSL 15.18º 0.48% 0.66% -
HSV(B) 15.18º 0.4% 0.82% -
XYZ 41 36.41 24.95 -
YUV 164.14 107.04 160.71 -
System Red Green Blue C M Y K H S L
Decimal 210 148 127 0 0.30 0.40 0.18 15.18 0.48 0.66
Hex D2 94 7F 0 1E 28 12 F 30 42
Octal 322 224 177 0 36 50 22 17 60 102
Binary 11010010 10010100 1111111 0 11110 101000 10010 1111 110000 1000010

Color Harmonies of #D2947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2947F

Black with #D2947F

Text Example


Text Example

White with #D2947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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