Html Css Color HEX #D2947C Feldspar

📋 copy color: '#D2947C'

red 210 ◦ green 148 ◦ blue 124

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

Shades of Feldspar #D2947C

Tints of Feldspar #D2947C

RGB

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

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

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

R = 43.57%
G = 30.71%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2947C (or 0xD2947C) is known color: Feldspar. HEX triplet: D2, 94 and 7C. RGB value is (210,148,124). Sum of RGB (Red+Green+Blue) = 210+148+124=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2947C is #2D6B83. Grayscale: #A3A3A3. Windows color (decimal): -2976644 or 8164562. OLE color: 8164562.

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

Color convert

RGB 210 148 124 -
CMYK 0 0.30 0.41 0.18
HSL 16.74º 0.49% 0.65% -
HSV(B) 16.74º 0.41% 0.82% -
XYZ 40.81 36.34 23.93 -
YUV 163.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 210 148 124 0 0.30 0.41 0.18 16.74 0.49 0.65
Hex D2 94 7C 0 1E 29 12 11 31 41
Octal 322 224 174 0 36 51 22 21 61 101
Binary 11010010 10010100 1111100 0 11110 101001 10010 10001 110001 1000001

Color Harmonies of #D2947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2947C

Black with #D2947C

Text Example


Text Example

White with #D2947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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