Html Css Color HEX #D7946C Feldspar

📋 copy color: '#D7946C'

red 215 ◦ green 148 ◦ blue 108

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

Shades of Feldspar #D7946C

Tints of Feldspar #D7946C

RGB

 RED value IS 215 (84.38% from 255) = 45.65%

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

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

R = 45.65%
G = 31.42%
B = 22.93%

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

#D7946C (or 0xD7946C) is known color: Feldspar. HEX triplet: D7, 94 and 6C. RGB value is (215,148,108). Sum of RGB (Red+Green+Blue) = 215+148+108=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7946C is #286B93. Grayscale: #A3A3A3. Windows color (decimal): -2648980 or 7115991. OLE color: 7115991.

HSL color Cylindrical-coordinate representation of color #D7946C: hue angle of 22.43º degrees, saturation: 0.57, 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 #D7946C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 108 -
CMYK 0 0.31 0.50 0.16
HSL 22.43º 0.57% 0.63% -
HSV(B) 22.43º 0.5% 0.84% -
XYZ 41.32 36.71 19.1 -
YUV 163.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 215 148 108 0 0.31 0.50 0.16 22.43 0.57 0.63
Hex D7 94 6C 0 1F 32 10 16 39 3F
Octal 327 224 154 0 37 62 20 26 71 77
Binary 11010111 10010100 1101100 0 11111 110010 10000 10110 111001 111111

Color Harmonies of #D7946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7946C

Black with #D7946C

Text Example


Text Example

White with #D7946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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