Html Css Color HEX #D6906F Feldspar

📋 copy color: '#D6906F'

red 214 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #D6906F

Tints of Feldspar #D6906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.7%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 45.63%
G = 30.7%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6906F (or 0xD6906F) is known color: Feldspar. HEX triplet: D6, 90 and 6F. RGB value is (214,144,111). Sum of RGB (Red+Green+Blue) = 214+144+111=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6906F is #296F90. Grayscale: #A1A1A1. Windows color (decimal): -2715537 or 7311574. OLE color: 7311574.

HSL color Cylindrical-coordinate representation of color #D6906F: hue angle of 19.22º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6906F is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 111 -
CMYK 0 0.33 0.48 0.16
HSL 19.22º 0.56% 0.64% -
HSV(B) 19.22º 0.48% 0.84% -
XYZ 40.57 35.39 19.73 -
YUV 161.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 214 144 111 0 0.33 0.48 0.16 19.22 0.56 0.64
Hex D6 90 6F 0 21 30 10 13 38 40
Octal 326 220 157 0 41 60 20 23 70 100
Binary 11010110 10010000 1101111 0 100001 110000 10000 10011 111000 1000000

Color Harmonies of #D6906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6906F

Black with #D6906F

Text Example


Text Example

White with #D6906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6906F; }

 p { color: rgb(214,144,111); }

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

background-color css

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

 a { background-color: rgb(214,144,111); }

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

border-color css

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

 span { border-color: rgb(214,144,111); }

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