Html Css Color HEX #D6906E Feldspar

📋 copy color: '#D6906E'

red 214 ◦ green 144 ◦ blue 110

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

Shades of Feldspar #D6906E

Tints of Feldspar #D6906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 45.73%
G = 30.77%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6906E (or 0xD6906E) is known color: Feldspar. HEX triplet: D6, 90 and 6E. RGB value is (214,144,110). Sum of RGB (Red+Green+Blue) = 214+144+110=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6906E is #296F91. Grayscale: #A1A1A1. Windows color (decimal): -2715538 or 7246038. OLE color: 7246038.

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

Color convert

RGB 214 144 110 -
CMYK 0 0.33 0.49 0.16
HSL 19.62º 0.56% 0.64% -
HSV(B) 19.62º 0.49% 0.84% -
XYZ 40.52 35.37 19.44 -
YUV 161.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 214 144 110 0 0.33 0.49 0.16 19.62 0.56 0.64
Hex D6 90 6E 0 21 31 10 14 38 40
Octal 326 220 156 0 41 61 20 24 70 100
Binary 11010110 10010000 1101110 0 100001 110001 10000 10100 111000 1000000

Color Harmonies of #D6906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6906E

Black with #D6906E

Text Example


Text Example

White with #D6906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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