Html Css Color HEX #D6946C Feldspar

📋 copy color: '#D6946C'

red 214 ◦ green 148 ◦ blue 108

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

Shades of Feldspar #D6946C

Tints of Feldspar #D6946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 45.53%
G = 31.49%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6946C (or 0xD6946C) is known color: Feldspar. HEX triplet: D6, 94 and 6C. RGB value is (214,148,108). Sum of RGB (Red+Green+Blue) = 214+148+108=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6946C is #296B93. Grayscale: #A3A3A3. Windows color (decimal): -2714516 or 7115990. OLE color: 7115990.

HSL color Cylindrical-coordinate representation of color #D6946C: hue angle of 22.64º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6946C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 108 -
CMYK 0 0.31 0.50 0.16
HSL 22.64º 0.56% 0.63% -
HSV(B) 22.64º 0.5% 0.84% -
XYZ 41.03 36.56 19.08 -
YUV 163.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 214 148 108 0 0.31 0.50 0.16 22.64 0.56 0.63
Hex D6 94 6C 0 1F 32 10 17 38 3F
Octal 326 224 154 0 37 62 20 27 70 77
Binary 11010110 10010100 1101100 0 11111 110010 10000 10111 111000 111111

Color Harmonies of #D6946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6946C

Black with #D6946C

Text Example


Text Example

White with #D6946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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