Html Css Color HEX #D7947D Feldspar

📋 copy color: '#D7947D'

red 215 ◦ green 148 ◦ blue 125

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

Shades of Feldspar #D7947D

Tints of Feldspar #D7947D

RGB

 RED value IS 215 (84.38% from 255) = 44.06%

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

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

R = 44.06%
G = 30.33%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7947D (or 0xD7947D) is known color: Feldspar. HEX triplet: D7, 94 and 7D. RGB value is (215,148,125). Sum of RGB (Red+Green+Blue) = 215+148+125=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7947D is #286B82. Grayscale: #A5A5A5. Windows color (decimal): -2648963 or 8230103. OLE color: 8230103.

HSL color Cylindrical-coordinate representation of color #D7947D: hue angle of 15.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7947D is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 125 -
CMYK 0 0.31 0.42 0.16
HSL 15.33º 0.53% 0.67% -
HSV(B) 15.33º 0.42% 0.84% -
XYZ 42.32 37.11 24.33 -
YUV 165.41 105.2 163.37 -
System Red Green Blue C M Y K H S L
Decimal 215 148 125 0 0.31 0.42 0.16 15.33 0.53 0.67
Hex D7 94 7D 0 1F 2A 10 F 35 43
Octal 327 224 175 0 37 52 20 17 65 103
Binary 11010111 10010100 1111101 0 11111 101010 10000 1111 110101 1000011

Color Harmonies of #D7947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7947D

Black with #D7947D

Text Example


Text Example

White with #D7947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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