Html Css Color HEX #D6947A Feldspar

📋 copy color: '#D6947A'

red 214 ◦ green 148 ◦ blue 122

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

Shades of Feldspar #D6947A

Tints of Feldspar #D6947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.21%

R = 44.21%
G = 30.58%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6947A (or 0xD6947A) is known color: Feldspar. HEX triplet: D6, 94 and 7A. RGB value is (214,148,122). Sum of RGB (Red+Green+Blue) = 214+148+122=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6947A is #296B85. Grayscale: #A4A4A4. Windows color (decimal): -2714502 or 8033494. OLE color: 8033494.

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

Color convert

RGB 214 148 122 -
CMYK 0 0.31 0.43 0.16
HSL 16.96º 0.53% 0.66% -
HSV(B) 16.96º 0.43% 0.84% -
XYZ 41.83 36.88 23.33 -
YUV 164.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 214 148 122 0 0.31 0.43 0.16 16.96 0.53 0.66
Hex D6 94 7A 0 1F 2B 10 11 35 42
Octal 326 224 172 0 37 53 20 21 65 102
Binary 11010110 10010100 1111010 0 11111 101011 10000 10001 110101 1000010

Color Harmonies of #D6947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6947A

Black with #D6947A

Text Example


Text Example

White with #D6947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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