Html Css Color HEX #D6947D Feldspar

📋 copy color: '#D6947D'

red 214 ◦ green 148 ◦ blue 125

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

Shades of Feldspar #D6947D

Tints of Feldspar #D6947D

RGB

 RED value IS 214 (83.98% from 255) = 43.94%

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

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

R = 43.94%
G = 30.39%
B = 25.67%

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

#D6947D (or 0xD6947D) is known color: Feldspar. HEX triplet: D6, 94 and 7D. RGB value is (214,148,125). Sum of RGB (Red+Green+Blue) = 214+148+125=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6947D is #296B82. Grayscale: #A5A5A5. Windows color (decimal): -2714499 or 8230102. OLE color: 8230102.

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

Color convert

RGB 214 148 125 -
CMYK 0 0.31 0.42 0.16
HSL 15.51º 0.52% 0.66% -
HSV(B) 15.51º 0.42% 0.84% -
XYZ 42.02 36.96 24.32 -
YUV 165.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 214 148 125 0 0.31 0.42 0.16 15.51 0.52 0.66
Hex D6 94 7D 0 1F 2A 10 10 34 42
Octal 326 224 175 0 37 52 20 20 64 102
Binary 11010110 10010100 1111101 0 11111 101010 10000 10000 110100 1000010

Color Harmonies of #D6947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6947D

Black with #D6947D

Text Example


Text Example

White with #D6947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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