Html Css Color HEX #D2947D Feldspar

📋 copy color: '#D2947D'

red 210 ◦ green 148 ◦ blue 125

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

Shades of Feldspar #D2947D

Tints of Feldspar #D2947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 43.48%
G = 30.64%
B = 25.88%

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

#D2947D (or 0xD2947D) is known color: Feldspar. HEX triplet: D2, 94 and 7D. RGB value is (210,148,125). Sum of RGB (Red+Green+Blue) = 210+148+125=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2947D is #2D6B82. Grayscale: #A4A4A4. Windows color (decimal): -2976643 or 8230098. OLE color: 8230098.

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

Color convert

RGB 210 148 125 -
CMYK 0 0.30 0.40 0.18
HSL 16.24º 0.49% 0.66% -
HSV(B) 16.24º 0.4% 0.82% -
XYZ 40.87 36.36 24.27 -
YUV 163.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 210 148 125 0 0.30 0.40 0.18 16.24 0.49 0.66
Hex D2 94 7D 0 1E 28 12 10 31 42
Octal 322 224 175 0 36 50 22 20 61 102
Binary 11010010 10010100 1111101 0 11110 101000 10010 10000 110001 1000010

Color Harmonies of #D2947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2947D

Black with #D2947D

Text Example


Text Example

White with #D2947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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