Html Css Color HEX #D8947B Feldspar

📋 copy color: '#D8947B'

red 216 ◦ green 148 ◦ blue 123

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

Shades of Feldspar #D8947B

Tints of Feldspar #D8947B

RGB

 RED value IS 216 (84.77% from 255) = 44.35%

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

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 44.35%
G = 30.39%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8947B (or 0xD8947B) is known color: Feldspar. HEX triplet: D8, 94 and 7B. RGB value is (216,148,123). Sum of RGB (Red+Green+Blue) = 216+148+123=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8947B is #276B84. Grayscale: #A5A5A5. Windows color (decimal): -2583429 or 8099032. OLE color: 8099032.

HSL color Cylindrical-coordinate representation of color #D8947B: hue angle of 16.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8947B is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 123 -
CMYK 0 0.31 0.43 0.15
HSL 16.13º 0.54% 0.66% -
HSV(B) 16.13º 0.43% 0.85% -
XYZ 42.48 37.21 23.68 -
YUV 165.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 216 148 123 0 0.31 0.43 0.15 16.13 0.54 0.66
Hex D8 94 7B 0 1F 2B F 10 36 42
Octal 330 224 173 0 37 53 17 20 66 102
Binary 11011000 10010100 1111011 0 11111 101011 1111 10000 110110 1000010

Color Harmonies of #D8947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8947B

Black with #D8947B

Text Example


Text Example

White with #D8947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8947B; }

 p { color: rgb(216,148,123); }

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

background-color css

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

 a { background-color: rgb(216,148,123); }

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

border-color css

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

 span { border-color: rgb(216,148,123); }

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